Skip to content

Commit

Permalink
Use sha as version
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 20, 2024
1 parent 3da1ff9 commit f132605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
gh release create v0.0.0 \
--draft \
--repo="$GITHUB_REPOSITORY" \
--title="Snapcast v0.0.0" \
--title="Snapcast v${{ github.sha }}" \
--notes-file changelog_current.md \
)
echo "tag=$(basename $URL)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f132605

Please sign in to comment.