Skip to content

Commit

Permalink
ci: Don't include release note itself into release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Jan 4, 2024
1 parent a03bb8e commit 3762083
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 @@ -111,7 +111,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: '*.*'
artifacts: 'rifiuti2-*'
artifactErrorsFailBuild: true
draft: true
bodyFile: 'notes.md'
Expand Down

0 comments on commit 3762083

Please sign in to comment.