Skip to content

Commit

Permalink
pipeline: Next try to get nightly to properly be published...
Browse files Browse the repository at this point in the history
  • Loading branch information
kirides committed Jan 5, 2024
1 parent 18eab5a commit afc7e6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,11 @@ jobs:
artifacts: "${{env.RELEASE_DIR}}.zip,{{env.RELEASE_DIR}}.zip.sha256"
tag: nightly
token: ${{ secrets.GITHUB_TOKEN }}

- name: Un-Draft Nightly
if: github.ref_name == 'master'
run: |
gh release edit ${{env.RELEASE_VERSION}} --draft=false
exit 0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit afc7e6e

Please sign in to comment.