Skip to content

Commit a2a3b80

Browse files
authored
ci: Use correct ref for NPM publishing (#658)
- closes #657
1 parent 9f17046 commit a2a3b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v4
8484
with:
85-
ref: ${{ needs.update_changelog.changelog_commitish }}
85+
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
8686
- name: Use Node.js 22
8787
uses: actions/setup-node@v4
8888
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- uses: actions/checkout@v4
115115
with:
116-
ref: ${{ needs.update_changelog.changelog_commitish }}
116+
ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
117117
- name: Use Node.js 22
118118
uses: actions/setup-node@v4
119119
with:

0 commit comments

Comments
 (0)