Skip to content

Commit

Permalink
keeps nightly releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL authored Feb 15, 2024
1 parent 20485bf commit fb6886e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,16 @@ jobs:
- name: Create nightly release
if: env.MATCHING_RELEASE != 'true'
id: create_release
uses: viperproject/create-nightly-release@v1
uses: actions/create-release@v1
env:
# This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.TAG_NAME }}
release_name: Nightly Release ${{ env.TAG_NAME }}
body_path: versions.txt
keep_num: 1 # keep the previous nightly release such that there are always two
keep_tags: true
draft: false
prerelease: true

- name: Upload ViperServer skinny jars
if: env.MATCHING_RELEASE != 'true'
Expand Down

0 comments on commit fb6886e

Please sign in to comment.