Skip to content

Commit

Permalink
tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Apr 5, 2024
1 parent 3327b72 commit 119fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: checkout tag
run: |
cd pulldown-cmark
git fetch --tags
git fetch origin master --tags
git checkout --detach ${{ steps.variables.outputs.version }}
git describe --tags --always HEAD| sed -e 's/-g.*$//g' -e 's/-/+/g' > version.txt
cat version.txt
Expand Down

0 comments on commit 119fc64

Please sign in to comment.