We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1daf8 commit 36df246Copy full SHA for 36df246
1 file changed
.github/workflows/ci.yaml
@@ -162,7 +162,7 @@ jobs:
162
fi
163
164
echo "version=$version" >> $GITHUB_ENV
165
- echo "::set-output name=version::$version"
+ echo "version=$version" >> $GITHUB_OUTPUT
166
167
- name: create release
168
if: env.prerelease == 'false'
@@ -181,5 +181,6 @@ jobs:
181
release_dispatch:
182
uses: ./.github/workflows/release_dispatch.yaml
183
needs: release
184
+ secrets: inherit
185
with:
186
version: ${{ needs.release.outputs.version }}
0 commit comments