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 e75d999 commit f9ade9eCopy full SHA for f9ade9e
.github/workflows/build.yaml
@@ -27,9 +27,11 @@ jobs:
27
- name: Create nightly release
28
id: create_release
29
uses: viperproject/create-nightly-release@v1
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
with:
- tag_name: ethersync-jetbrains-nightly
- release_name: Nightly Release ${{ env.TAG_NAME }}
33
- body_path: ./build/distributions/ethersync-*.zip
34
- keep_num: 0
35
- keep_tags: false
+ tag_name: ethersync-jetbrains-nightly
+ release_name: Nightly Release ${{ env.TAG_NAME }}
+ body_path: ./build/distributions/ethersync-*.zip
36
+ keep_num: 0
37
+ keep_tags: false
0 commit comments