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 b9e56fc commit 4fafa6fCopy full SHA for 4fafa6f
.github/workflows/release.yml
@@ -5,8 +5,6 @@ on:
5
branches:
6
- main
7
8
-concurrency: ${{ github.workflow }}-${{ github.ref }}
9
-
10
jobs:
11
release:
12
name: Release
@@ -30,8 +28,7 @@ jobs:
30
28
id: changesets
31
29
uses: changesets/action@v1
32
with:
33
- # This expects you to have a script called release which does a build for your packages and calls changeset publish
34
publish: yarn release
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
0 commit comments