Skip to content

Commit d52cac7

Browse files
committed
Test new release process (2/n)
1 parent aa70d1b commit d52cac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
run: |-
3333
CURRENT_VERSION="$(jq -r .version ./package.json)"
3434
echo "::debug::computed current version: ${CURRENT_VERSION}"
35-
echo "current_version=${CURRENT_VERSION}" >> $GITHUB_ENV
35+
echo "current_version=${CURRENT_VERSION}" >> $GITHUB_OUTPUT
3636
3737
npm version "${VERSION_STRATEGY}" \
3838
--no-git-tag-version \
3939
--no-commit-hooks \
4040
--no-workspaces-update
4141
NEXT_VERSION="$(jq -r .version ./package.json)"
4242
echo "::debug::computed next version: ${NEXT_VERSION}"
43-
echo "next_version=${NEXT_VERSION}" >> $GITHUB_ENV
43+
echo "next_version=${NEXT_VERSION}" >> $GITHUB_OUTPUT
4444
4545
npm ci
4646
[[ "$(npm run --json | jq -r 'has("docs")')" == "true" ]] && npm run docs

0 commit comments

Comments
 (0)