Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Added release tag to run-name
  • Loading branch information
rensink authored Mar 24, 2024
1 parent 4622559 commit 8c7f775
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
@@ -1,5 +1,5 @@
name: Build release
run-name: Building release after push of release tag
run-name: Building ${{ github.ref_name }} after push of release tag

on:
push:
Expand Down

0 comments on commit 8c7f775

Please sign in to comment.