Skip to content

Commit

Permalink
fix: publish.yml broken syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Aug 13, 2024
1 parent 1117edd commit 7c067fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: MontyD/package-json-updated-action
- name: package version check
uses: MontyD/package-json-updated-action
id: version-updated
with:
path: package.json

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 7c067fb

Please sign in to comment.