We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f17046 commit a2a3b80Copy full SHA for a2a3b80
.github/workflows/pre_release.yaml
@@ -82,7 +82,7 @@ jobs:
82
steps:
83
- uses: actions/checkout@v4
84
with:
85
- ref: ${{ needs.update_changelog.changelog_commitish }}
+ ref: ${{ needs.update_changelog.outputs.changelog_commitish }}
86
- name: Use Node.js 22
87
uses: actions/setup-node@v4
88
.github/workflows/release.yaml
@@ -113,7 +113,7 @@ jobs:
113
114
115
116
117
118
119
0 commit comments