File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v2
1616 with :
17+ token : ${{ secrets.VERSION_BUMP_TOKEN }}
1718 # pulls all commits (needed for semantic release to correctly version)
1819 fetch-depth : ' 0'
1920 # pulls all tags (needed for semantic release to correctly version)
3738 NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
3839 GH_TOKEN : ${{ secrets.VERSION_BUMP_TOKEN }}
3940 - name : Merge back changes
40- env :
41- GH_TOKEN : ${{ secrets.VERSION_BUMP_TOKEN }}
4241 run : |
4342 git stash
4443 git checkout develop
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v2
1414 with :
15+ token : ${{ secrets.VERSION_BUMP_TOKEN }}
1516 # pulls all commits (needed for semantic release to correctly version)
1617 fetch-depth : ' 0'
1718 # pulls all tags (needed for semantic release to correctly version)
3536 NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
3637 GH_TOKEN : ${{ secrets.VERSION_BUMP_TOKEN }}
3738 - name : Merge back changes
38- env :
39- GH_TOKEN : ${{ secrets.VERSION_BUMP_TOKEN }}
4039 run : |
4140 git stash
4241 git checkout develop
You can’t perform that action at this time.
0 commit comments