We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649bb92 commit f78c8e2Copy full SHA for f78c8e2
1 file changed
.github/workflows/build.yml
@@ -52,6 +52,8 @@ jobs:
52
-
53
name: Create a release
54
uses: action-pack/github-release@master
55
+ env:
56
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
with:
58
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
59
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
@@ -74,6 +76,8 @@ jobs:
74
76
75
77
name: Update major release
78
79
80
81
82
tag: "v${{ vars.MAJOR }}"
83
title: "v${{ vars.MAJOR }}"
0 commit comments