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 c1572e9 commit 11285d7Copy full SHA for 11285d7
.github/workflows/publish.yml
@@ -62,8 +62,6 @@ jobs:
62
# Checkout the repository:
63
- name: 'Checkout repository'
64
uses: actions/checkout@v3
65
- with:
66
- token: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}
67
68
# Install Node.js:
69
- name: 'Install Node.js'
@@ -100,7 +98,7 @@ jobs:
100
98
git tag -a "v${NEW_VERSION}" -m "Release v{NEW_VERSION}"
101
99
102
# Push changes to GitHub:
103
- git push --follow-tags
+ git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$SLUG.git" --follow-tags
104
105
# Replace GitHub links to individual packages with npm links:
106
- name: 'Replace all GitHub links to individual packages with npm links'
0 commit comments