File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- ' **'
7
+ workflow_dispatch :
7
8
8
9
jobs :
9
10
newRelease :
40
41
DOCKER_HUB_USER : ${{ secrets.DOCKER_HUB_USER }}
41
42
DOCKER_HUB_KEY : ${{ secrets.DOCKER_HUB_KEY }}
42
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
- run : ./docker-ci.sh
44
+ run : ./docker-ci.sh
Original file line number Diff line number Diff line change 43
43
run : npm ci
44
44
- name : Dry-run release
45
45
env :
46
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
+ GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
47
47
# We need to convince semantic-release to not pick up some
48
48
# configuration from the CI environment by removing the variable that
49
49
# is used for CI detection.
71
71
run : npm ci
72
72
- name : Release
73
73
env :
74
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74
+ GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
75
75
run : npx semantic-release
You can’t perform that action at this time.
0 commit comments