Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Aug 17, 2022
1 parent e67afff commit 8c49e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# types: [published]
#jobs:
# plugin-action:
# uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yml@v1.0
# uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yml@v1.1
# secrets: inherit
####

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
flake8 .
publish:
if: github.event_name == 'release' && github.event.action == 'created'
if: github.event_name == 'release' && github.event.action == 'published'
needs: style
name: Publish to PyPi
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c49e37

Please sign in to comment.