Skip to content

Commit 7497566

Browse files
authored
[ci] Fix releaser (#2127)
1 parent 85f155c commit 7497566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,12 @@ jobs:
570570

571571
- run: find
572572
# Push to dev release
573-
- uses: pyTooling/Actions/releaser@r0
573+
- uses: pyTooling/Actions/releaser@r6
574574
with:
575575
token: ${{ secrets.GITHUB_TOKEN }}
576576
tag: 'Dev'
577577
rm: true
578+
snapshots: false
578579
files: |
579580
**/*.xz
580581
**/*linux*.jar

0 commit comments

Comments
 (0)