Skip to content

Commit

Permalink
Auto publish when creating a release in Github
Browse files Browse the repository at this point in the history
  • Loading branch information
suneg committed Oct 29, 2021
1 parent c0ab76b commit fe8278b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Package
on: workflow_dispatch
on:
release:
types: [created]
jobs:
publish-package:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fe8278b

Please sign in to comment.