Skip to content

Commit 5742b15

Browse files
committed
test
1 parent 5e09b95 commit 5742b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
with:
34-
tag_name: ${{TRAVIS_BRANCH}}
34+
tag_name: ${{ github.ref }}
3535
release_name: ${{ github.ref }}
3636
draft: false
3737
prerelease: false

0 commit comments

Comments
 (0)