Skip to content

Commit 2da4bf3

Browse files
Merge pull request #160 from augustocdias/fix_release_action_again
Fix step id in release action
2 parents f2b5cf7 + 40c59f1 commit 2da4bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-on-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Verify version matches package.json and package-lock.json
4545
run: |
46-
changelog_version="${{ steps.extract.outputs.newest_version }}"
46+
changelog_version="${{ steps.version.outputs.newest_version }}"
4747
4848
pkg_version=$(jq -r .version package.json)
4949
lock_version=$(jq -r .version package-lock.json)

0 commit comments

Comments
 (0)