We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f50d89 commit ca1de1dCopy full SHA for ca1de1d
.github/workflows/alpha-release.yml
@@ -32,6 +32,7 @@ jobs:
32
fetch-depth: 1
33
fetch-tags: true
34
progress: false
35
+ token: ${{ secrets.GH_DEPLOY_TOKEN }}
36
- name: Check should run if HEAD is untagged
37
run: |
38
echo "HEAD is $(git name-rev --tags --name-only $(git rev-parse HEAD))"
0 commit comments