Skip to content

Commit

Permalink
fix release (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
inetol committed Oct 18, 2024
1 parent 24f7a01 commit be15e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
name: ${{ steps.tags-artifact.outputs.extended }}
tag: ${{ steps.tags-artifact.outputs.extended }}
artifacts: 'dist/*.tar.gz,dist/*.zip'
artifacts: "dist/*.tar.gz,dist/*.zip"
makeLatest: true
prerelease: ${{ github.ref != 'refs/heads/stable' }}
generateReleaseNotes: true
Expand Down

0 comments on commit be15e36

Please sign in to comment.