We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1279d22 commit a3bf4bcCopy full SHA for a3bf4bc
.github/workflows/build.yaml
@@ -26,12 +26,10 @@ jobs:
26
27
- name: Create nightly release
28
id: create_release
29
- uses: viperproject/create-nightly-release@v1
30
- env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: pyTooling/Actions/releaser@r0
32
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
+ token: ${{ secrets.GITHUB_TOKEN }}
+ files: |
+ ./build/distributions/ethersync-0.7.0-SNAPSHOT.zip
+ tag: nightly
+ rm: true
0 commit comments