Skip to content

Commit 1a22a37

Browse files
authored
Update build.yml
1 parent 1cf7639 commit 1a22a37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)