Skip to content

Commit f2b9c52

Browse files
authored
Fix nightly release by using last supported version of releaser action
1 parent 9d0950c commit f2b9c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
mv built-examples.zip built-examples-nightly.zip
440440
441441
- name: Update nightly release
442-
uses: pyTooling/Actions/releaser@main
442+
uses: pyTooling/Actions/releaser@v6.7.0
443443
with:
444444
tag: nightly
445445
rm: true

0 commit comments

Comments
 (0)