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 f78c8e2 commit 76cfc40Copy full SHA for 76cfc40
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
name: Create a release
54
uses: action-pack/github-release@master
55
env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
57
with:
58
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
59
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
@@ -77,7 +77,7 @@ jobs:
77
name: Update major release
78
79
80
81
82
tag: "v${{ vars.MAJOR }}"
83
title: "v${{ vars.MAJOR }}"
0 commit comments