Skip to content

Commit

Permalink
Change publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuss committed Dec 9, 2020
1 parent b566ec1 commit 2d40a58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_EMBEDS: '[{ "title": "CHANGELOG", "url": "https://github.com/jankuss/shroom/tree/{{ EVENT_PAYLOAD.release.tag_name }}/CHANGELOG.md" }]'
uses: Ilshidur/action-discord@master
with:
args: "The version `{{ EVENT_PAYLOAD.release.tag_name }}` has been published on npm. To view the changelog, click the link below."
args: "The version `{{ EVENT_PAYLOAD.release.tag_name }}` has been published on npm. To view the changelog, click the link following link: https://github.com/jankuss/shroom/tree/{{ EVENT_PAYLOAD.release.tag_name }}/CHANGELOG.md."

publish-gpr:
needs: build
Expand Down

0 comments on commit 2d40a58

Please sign in to comment.