Skip to content

Commit 8aea5be

Browse files
committed
update release workflow
1 parent b7b7c18 commit 8aea5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: worknet
2525
path: ./out
2626
- name: Create Release
27-
uses: marvinpinto/action-automatic-releases@v1.1.1
27+
uses: marvinpinto/action-automatic-releases@v1.2.1
2828
with:
2929
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3030
prerelease: ${{ needs.pack.outputs.PrereleaseVersion != '' }}

0 commit comments

Comments
 (0)