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 1eec517 commit df481b3Copy full SHA for df481b3
.github/workflows/rc-release.yml
@@ -37,6 +37,8 @@ jobs:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
38
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
39
- name: Merge back changes
40
+ env:
41
+ GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
42
run: |
43
git stash
44
git checkout develop
.github/workflows/release.yml
@@ -35,6 +35,8 @@ jobs:
35
36
0 commit comments