Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit b0d48e3

Browse files
committed
1 parent d1e29d5 commit b0d48e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Calculate next semantic-release version
5656
id: calculate
57-
run: echo "::set-output name=next-version::$(npx standard-version --dry-run | grep "tagging release" | awk '{ print $NF }')"
57+
run: echo "next-version=$(npx standard-version --dry-run | grep "tagging release" | awk '{ print $NF }')" >> $GITHUB_OUTPUT
5858

5959
# Room for improvement regarding caching/work-skipping. One example here
6060
# https://github.com/ClementTsang/bottom/blob/92ec3599363c710815c286e975bbb6cc748708dd/.github/workflows/ci.yml#L195

0 commit comments

Comments
 (0)