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 b452db5 commit cc6dc35Copy full SHA for cc6dc35
.github/workflows/release.yml
@@ -25,6 +25,10 @@ jobs:
25
registry-url: 'https://registry.npmjs.org'
26
27
- run: yarn install --frozen-lockfile
28
+ - name: Set up GitHub token for pushing branches
29
+ run: |
30
+ git remote set-url origin https://x-access-token:${{ secrets.WORKSPACE_TOKEN }}@github.com/${{ github.repository }}
31
+
32
- name: Publish packages to npm
33
uses: changesets/action@v1
34
with:
0 commit comments