Skip to content

Commit

Permalink
Merge pull request #30 from ngrok/josh/fix-publish-pipeline
Browse files Browse the repository at this point in the history
fix the publish pipeline
  • Loading branch information
jrobsonchase authored Oct 28, 2024
2 parents 9350130 + 6c26fd0 commit 80ea228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: tag release
run: |
version="$(extract-crate-version ${{inputs.crate}})"
unset LD_LIBRARY_PATH
git config user.name "GitHub Action"
git config user.email [email protected]
git tag -a -m "Version ${version}" ${{inputs.crate}}-v${version}
Expand Down

0 comments on commit 80ea228

Please sign in to comment.