Skip to content

Commit

Permalink
fix: trigger semantic release manually [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swiiny committed Mar 24, 2024
1 parent e826c98 commit efed6d1
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
@@ -1,6 +1,8 @@
name: Release

on: workflow_dispatch
on:
repository_dispatch:
types: [semantic-release]

permissions:
contents: write
Expand Down

0 comments on commit efed6d1

Please sign in to comment.