Skip to content

Commit

Permalink
Change the tag for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Jan 21, 2024
1 parent 58d3828 commit 9628150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create master \
git_hash=$(git rev-parse --short "$GITHUB_SHA")
gh release create master-$git_hash \
/home/runner/work/gcc/gcc-13.deb \
--prerelease \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} $(git rev-parse --short "$GITHUB_SHA")" \
--title="${GITHUB_REPOSITORY#*/} $git_hash" \
--generate-notes

0 comments on commit 9628150

Please sign in to comment.