Skip to content

Commit

Permalink
fix(ci): custom release action
Browse files Browse the repository at this point in the history
the "official one" has been deprecated: https://github.com/actions/create-release.
  • Loading branch information
bbortt committed Jan 3, 2022
1 parent 2b32c3e commit f012346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/create-release@v1
- uses: ncipollo/release-action@v1
with:
artifacts: 'CHANGELOG.md,LICENSE,README.md'
generateReleaseNotes: true
Expand Down

0 comments on commit f012346

Please sign in to comment.