File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8
8
# - '.github/**'
9
9
- ' **/package.json'
10
10
11
+ env :
12
+ NPM_TOKEN : ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
13
+
11
14
concurrency : ${{ github.workflow }}-${{ github.ref }}
12
15
13
16
jobs :
50
53
51
54
- name : Publish snapshot
52
55
run : pnpm run release:next
53
- env :
54
- NPM_TOKEN : ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- stable
7
7
8
+ env :
9
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10
+ NPM_TOKEN : ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
11
+
8
12
concurrency : ${{ github.workflow }}-${{ github.ref }}
9
13
10
14
jobs :
46
50
version : pnpm run bump:stable
47
51
publish : pnpm run release:stable:ci
48
52
createGithubReleases : false
49
- env :
50
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
- NPM_TOKEN : ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}
You can’t perform that action at this time.
0 commit comments