There was an error while loading. Please reload this page.
1 parent 9d6f733 commit 686ce5eCopy full SHA for 686ce5e
2 files changed
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Upload assets from main branch
56
if: steps.branch-names.outputs.current_branch == 'main'
57
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
58
with:
59
name: v${{ env.VERSION }}
60
tag_name: v${{ env.VERSION }}
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
git push origin main
70
71
- name: Upload assets
72
73
74
75
0 commit comments