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