diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8d1dcf9..9670190c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,9 +45,9 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - name: Fetch all tags + - name: Resync is needed after bump run: | - git fetch --tags + git fetch --tags && git checkout origin/main - name: Publish crates run: | git tag --points-at HEAD |