Skip to content

Commit a3bf4bc

Browse files
Try releaser action
1 parent 1279d22 commit a3bf4bc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626

2727
- name: Create nightly release
2828
id: create_release
29-
uses: viperproject/create-nightly-release@v1
30-
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
uses: pyTooling/Actions/releaser@r0
3230
with:
33-
tag_name: nightly
34-
release_name: Ethersync Jetbrains Nightly
35-
body_path: ./build/distributions/ethersync-0.7.0-SNAPSHOT.zip
36-
keep_num: 0
37-
keep_tags: false
31+
token: ${{ secrets.GITHUB_TOKEN }}
32+
files: |
33+
./build/distributions/ethersync-0.7.0-SNAPSHOT.zip
34+
tag: nightly
35+
rm: true

0 commit comments

Comments
 (0)