Skip to content

Commit 0320a09

Browse files
committed
CI: Fix gh-release action
Finally there was a fixed release, see https://www.github.com/softprops/action-gh-release/pull/406#issuecomment-1986390444 Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
1 parent 6a1a71d commit 0320a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
./archive-fonts.sh "${{ matrix.font }}"
216216
217217
- name: Upload zip and tar.xz archive for release
218-
uses: softprops/action-gh-release@ 4634c16e79c963813287e889244c50009e7f0981
218+
uses: softprops/action-gh-release@v2
219219
if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
220220
with:
221221
draft: true
@@ -257,7 +257,7 @@ jobs:
257257
./archive-font-patcher.sh
258258
259259
- name: Upload font-patcher archive for release
260-
uses: softprops/action-gh-release@ 4634c16e79c963813287e889244c50009e7f0981
260+
uses: softprops/action-gh-release@v2
261261
if: needs.setup-fonts-matrix.outputs.rel_upload == 'true'
262262
with:
263263
draft: true

0 commit comments

Comments
 (0)