Skip to content

Commit

Permalink
fix(actions): also run release on edited github release
Browse files Browse the repository at this point in the history
  • Loading branch information
blurrah committed Aug 7, 2024
1 parent cc90894 commit c59e4f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Publish
on:
release:
types: [created]
types: [created, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down

0 comments on commit c59e4f5

Please sign in to comment.