We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad0a0a commit 5770ef4Copy full SHA for 5770ef4
1 file changed
.github/workflows/main.yml
@@ -127,7 +127,7 @@ jobs:
127
128
# GitHub Releases
129
- name: Create GitHub Release
130
- uses: actions/create-release@v1
+ uses: softprops/action-gh-release@v2
131
with:
132
tag_name: bcu_1.2.${{ github.run_number }}
133
release_name: Prebuild for bcu_1.2.${{ github.run_number }}
@@ -139,3 +139,5 @@ jobs:
139
artifacts/ubuntu-latest/bcu
140
artifacts/macos-latest/bcu_mac
141
artifacts/windows-latest/bcu.exe
142
+ env:
143
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments