Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Feb 5, 2024
1 parent 907f7c1 commit bbcb705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy package to GitHub Packages
on: workflow_dispatch
on: [workflow_dispatch]
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
- release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbcb705

Please sign in to comment.