File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 make build sign "VERSION=${VERSION}"
131131 )
132132 - name : Create release
133- uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
133+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
134134 with :
135135 name : ${{ needs.generate-version.outputs.version }}
136136 tag_name : ${{ needs.generate-version.outputs.version }}
@@ -140,7 +140,7 @@ jobs:
140140 dist/*
141141 - name : Finalize release
142142 id : release
143- uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
143+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
144144 with :
145145 name : ${{ needs.generate-version.outputs.version }}
146146 tag_name : ${{ needs.generate-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments