Skip to content

Commit 5770ef4

Browse files
Update main.yml
1 parent 7ad0a0a commit 5770ef4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
# GitHub Releases
129129
- name: Create GitHub Release
130-
uses: actions/create-release@v1
130+
uses: softprops/action-gh-release@v2
131131
with:
132132
tag_name: bcu_1.2.${{ github.run_number }}
133133
release_name: Prebuild for bcu_1.2.${{ github.run_number }}
@@ -139,3 +139,5 @@ jobs:
139139
artifacts/ubuntu-latest/bcu
140140
artifacts/macos-latest/bcu_mac
141141
artifacts/windows-latest/bcu.exe
142+
env:
143+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)