Skip to content

Commit 8cbf4b7

Browse files
committed
Adding informative message on who is minting release and based on what event
1 parent f518e7b commit 8cbf4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Create release
3535
run: |
36+
echo "@${{ github.actor }} is creating a release triggered by ${{ github.event_name }}"
3637
if [ "${{ github.event_name }}" = workflow_dispatch ]
3738
then opts=
3839
else opts=--only-publish-with-release-label

0 commit comments

Comments
 (0)