Skip to content

Commit

Permalink
Lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
montera82 committed Sep 11, 2023
1 parent 7569208 commit bef6f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "::set-output name=version::$(git show HEAD~1:packages/snap/package.json | grep '"version":' | cut -d '"' -f 4)"

- name: Get version from PR branch
id: get_version_pr
id: get_version_pr
run: echo "::set-output name=version::$(grep '"version":' packages/snap/package.json | cut -d '"' -f 4)"

- name: Compare versions and prevent merging if the same
Expand Down

0 comments on commit bef6f56

Please sign in to comment.