Skip to content

Commit

Permalink
initial implementation (#36)
Browse files Browse the repository at this point in the history
peersky authored Dec 5, 2024
1 parent 1fda26b commit a7cabce
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-kiwis-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@peeramid-labs/eds": patch
---

ci chore
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ jobs:
- name: generate docs
run: pnpm hardhat docgen
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
@@ -34,3 +35,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Send Discord notification
if: steps.changesets.outputs.published == 'true'
uses: Ilshidur/action-discord@master
with:
args: |
New release published! Check out the changes: https://github.com/${{ github.repository }}/releases/tag/${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_NOTIFIER }}

0 comments on commit a7cabce

Please sign in to comment.