We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e09b95 commit 5742b15Copy full SHA for 5742b15
.github/workflows/github-actions-demo.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
with:
34
- tag_name: ${{TRAVIS_BRANCH}}
+ tag_name: ${{ github.ref }}
35
release_name: ${{ github.ref }}
36
draft: false
37
prerelease: false
0 commit comments