There was an error while loading. Please reload this page.
1 parent a7aa70b commit a9adb82Copy full SHA for a9adb82
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # 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