Skip to content

Commit

Permalink
chore: make releases pre-releases by default (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
pryimak2 authored Oct 30, 2023
1 parent 93d41e1 commit c9673ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-nargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./nargo-${{ matrix.target }}.tar.gz
asset_name: nargo-${{ matrix.target }}.tar.gz
prerelease: true
overwrite: true
tag: ${{ inputs.tag || 'nightly' }} # This will fail if `inputs.tag` is not a tag (e.g. testing a branch)

Expand All @@ -198,4 +199,4 @@ jobs:
overwrite: true
tag: ${{ format('{0}-{1}', 'nightly', steps.date.outputs.date) }}



0 comments on commit c9673ed

Please sign in to comment.