We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2a91e commit 69fb4e3Copy full SHA for 69fb4e3
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
22
- name: Delete branch protection on main
23
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
24
with:
25
github-token: ${{ secrets.ACCESS_TOKEN }}
26
script: |
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm release-it
39
- if: always()
40
name: Recreate branch protection on main
41
42
43
44
# Note: keep this inline script in sync with script/setup.js!
0 commit comments