Skip to content

Commit 36df246

Browse files
committed
fix(ci): secrets: inherit & set-output
1 parent 7d1daf8 commit 36df246

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
fi
163163
164164
echo "version=$version" >> $GITHUB_ENV
165-
echo "::set-output name=version::$version"
165+
echo "version=$version" >> $GITHUB_OUTPUT
166166
167167
- name: create release
168168
if: env.prerelease == 'false'
@@ -181,5 +181,6 @@ jobs:
181181
release_dispatch:
182182
uses: ./.github/workflows/release_dispatch.yaml
183183
needs: release
184+
secrets: inherit
184185
with:
185186
version: ${{ needs.release.outputs.version }}

0 commit comments

Comments
 (0)