We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfa64e commit 7196f27Copy full SHA for 7196f27
.github/workflows/release_publish-lts.yml
@@ -57,6 +57,7 @@ jobs:
57
FORCE_COLOR: 2
58
CI: true
59
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
60
+ GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
61
- uses: actions/upload-artifact@v4
62
with:
63
name: tarballs
.github/workflows/release_publish-stable.yml
@@ -89,6 +89,7 @@ jobs:
89
90
91
92
93
- name: Publish New Release (Reversion)
94
# If we are reversioning
95
# Then we increment from the branch with the supplied increment
@@ -99,3 +100,4 @@ jobs:
99
100
101
102
103
0 commit comments