Skip to content

Commit

Permalink
Using ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed May 30, 2024
1 parent 87cd7bf commit de9fedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tag: ${{ github.ref_name }}
run: |
git fetch --unshallow origin +refs/heads/${{ github.ref_name }}:refs/remotes/origin/${{ github.ref_name }}
git describe --long
git describe --tags --long
tag=$(python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)")
echo $tag
gh release create "$tag" \
Expand Down

0 comments on commit de9fedd

Please sign in to comment.