Skip to content

Commit 705f969

Browse files
authored
Fix nightly release by using last supported version of releaser action
1 parent 2dd22dd commit 705f969

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Update nightly release
3636
if: ${{ steps.diff_check.outputs.update == 'true' }}
37-
uses: pyTooling/Actions/releaser@main
37+
uses: pyTooling/Actions/releaser@v6.7.0
3838
with:
3939
tag: nightly
4040
rm: true

0 commit comments

Comments
 (0)