Skip to content

Commit

Permalink
Fix publish workflow (#550)
Browse files Browse the repository at this point in the history
* Trying to fix publish workflow

* update the resync
  • Loading branch information
typester authored Jan 17, 2025
1 parent 3eb79a7 commit ca39260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Resync is needed after bump
run: |
git fetch --tags && git checkout origin/main
- name: Publish crates
run: |
git tag --points-at HEAD |
Expand Down

0 comments on commit ca39260

Please sign in to comment.