We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad542e0 commit 7bcf5f0Copy full SHA for 7bcf5f0
.github/workflows/tag-releases.yaml
@@ -42,6 +42,8 @@ jobs:
42
&& sudo apt install gh -y
43
44
- name: Tag Release & Generate Notes
45
+ env:
46
+ GH_TOKEN: ${{ github.token }}
47
run: |
48
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
49
echo "Tagging against branch: $BRANCH_NAME"
0 commit comments