Skip to content

Commit

Permalink
Fix publish action (#189)
Browse files Browse the repository at this point in the history
* Fix publish action

* Whitespace typo
  • Loading branch information
AndyBitz committed Nov 1, 2022
1 parent 3b2af55 commit a2c28fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
@@ -1,8 +1,9 @@
name: Publish Package

on:
workflow_dispatch:
release:
types: [created]
types: [published]

jobs:
build:
Expand Down

0 comments on commit a2c28fb

Please sign in to comment.