Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dankochetov committed Dec 13, 2022
1 parent a4036d1 commit 29bad0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-feature-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
pnpm run release --tag $tag
# Post release message to Discord
echo "{\"embeds\": [{\"title\": \"New \`${{ matrix.package }}\` release\! 🎉\", \"url\": \"https://www.npmjs.com/package/${{ matrix.package }}/v/$version\", \"color\": \"12907856\", \"fields\": [{\"name\": \"Version\", \"value\": \"$version\"}, {\"name\": \"Tag\", \"value\": \"$tag\"}]}]}"
curl -X POST -H "Content-Type: application/json" -d "{\"embeds\": [{\"title\": \"New \`${{ matrix.package }}\` release\! 🎉\", \"url\": \"https://www.npmjs.com/package/${{ matrix.package }}/v/$version\", \"color\": \"12907856\", \"fields\": [{\"name\": \"Version\", \"value\": \"$version\"}, {\"name\": \"Tag\", \"value\": \"$tag\"}]}]}" ${{ secrets.DISCORD_DEV_RELEASE_WEBHOOK_URL }}
working-directory: ${{ matrix.package }}
Expand Down

0 comments on commit 29bad0a

Please sign in to comment.