Skip to content

Commit

Permalink
update the resync
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Jan 17, 2025
1 parent 1952b8f commit a0837f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit a0837f8

Please sign in to comment.