Skip to content

Commit

Permalink
chore(ci): Fix release notary
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed Apr 20, 2023
1 parent db2b9bb commit e452c5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
fetch-depth: 0

- name: Generate changelog
uses: docker://aevea/release-notary
uses: docker://aevea/release-notary:0.9.7
with:
command: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit e452c5b

Please sign in to comment.