Skip to content

Commit eab7704

Browse files
committed
fix: publish ci
1 parent 1daa376 commit eab7704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
cp .oxlintrc.json out/.oxlintrc.json
4646
cp -R scripts out/scripts
4747
48-
GIT_TAG_MESSAGE=$(git tag -l --format='%(contents)' "${GITHUB_REF_NAME}")
49-
echo "GIT_TAG_MESSAGE=$GIT_TAG_MESSAGE" >> $GITHUB_OUTPUT
48+
echo "GIT_TAG_MESSAGE=$(git tag -l --format='%(contents)' "${GITHUB_REF_NAME}")" >> $GITHUB_OUTPUT
5049
env:
5150
GITHUB_REF_NAME: ${{ github.ref_name }}
5251

0 commit comments

Comments
 (0)