Skip to content

Commit 40c59f1

Browse files
Fix step id in release action
1 parent f2b5cf7 commit 40c59f1

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)