Skip to content

Commit

Permalink
Remove ) from release version check
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Nov 8, 2020
1 parent ec0a771 commit 12c0656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: pod spec lint --verbose

- name: Run update-version script
run: ./scripts/update-version.sh "${{ steps.release_version.outputs.version }})"
run: ./scripts/update-version.sh "${{ steps.release_version.outputs.version }}"

- name: Check update-version script was run before release
run: git diff --exit-code
Expand Down

0 comments on commit 12c0656

Please sign in to comment.