Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSmo authored Jun 3, 2024
1 parent 19f6cc3 commit c5d57fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on: [push, pull_request]
jobs:
set_nightly_tag:
name: Set nightly tag on dev
if: startsWith(github.ref, 'refs/heads/dev')


runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down Expand Up @@ -169,7 +168,7 @@ jobs:
release_name: nightly
body: ${{ steps.release_info.outputs.RELEASE_BODY }}
draft: false
prerelease: ${{ steps.tag_name.outputs.SOURCE_TAG == 'nightly' }}
prerelease: true

- name: Download All Artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit c5d57fd

Please sign in to comment.