Skip to content

Commit 76da996

Browse files
committed
chore: deprecated ci apis
1 parent 49de365 commit 76da996

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ jobs:
4343
- name: Transform Tags
4444
id: get-tags
4545
if: ${{ steps.changesets.outputs.published == 'true' }}
46-
run: |
47-
tags=$( echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -c 'map([.name,.version]) | map(join("@")) | join(", ")' )
48-
echo "$tags"
49-
echo "::set-output name=tags::$tags"
46+
run: echo "tags=$( echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -c 'map([.name,.version]) | map(join("@")) | join(", ")' )" >> $GITHUB_OUTPUT
5047

5148
- name: Bundle
5249
id: bundle

0 commit comments

Comments
 (0)