File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,22 +47,22 @@ jobs:
4747 with :
4848 tag : " v${{ vars.MAJOR }}.${{ vars.MINOR }}"
4949 title : " v${{ vars.MAJOR }}.${{ vars.MINOR }}"
50+ token : ${{ secrets.REPO_ACCESS_TOKEN }}
5051 body : |
5152 ${{ steps.changelog.outputs.changes }}
5253
5354 **Full Changelog**: https://github.com/${{ github.repository }}/compare//${{ env.previousTag }}...v${{ vars.MAJOR }}.${{ vars.MINOR }}
54- token : ${{ secrets.REPO_ACCESS_TOKEN }}
5555 -
5656 name : Update major release
5757 uses : action-pack/github-release@master
5858 with :
5959 tag : " v${{ vars.MAJOR }}"
6060 title : " v${{ vars.MAJOR }}"
61+ token : ${{ secrets.REPO_ACCESS_TOKEN }}
6162 body : |
6263 ${{ steps.changelog.outputs.changes }}
6364
6465 **Full Changelog**: https://github.com/${{ github.repository }}/compare//${{ env.previousTag }}...v${{ vars.MAJOR }}.${{ vars.MINOR }}
65- token : ${{ secrets.REPO_ACCESS_TOKEN }}
6666 -
6767 name : Increment version variable
6868 uses : action-pack/bump@v2
You can’t perform that action at this time.
0 commit comments