Skip to content

Commit

Permalink
Use run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
okpedersen committed Jun 23, 2021
1 parent eacd97e commit 686b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
draft: false
prerelease: false
release_name: Frontend release ${{ github.sha }}
tag_name: frontend-${{ github.job }}-${{ github.sha }}
tag_name: frontend-${{ github.run_id }}-${{ github.sha }}
body: Frontend release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 686b81a

Please sign in to comment.