Skip to content

Commit a2eb0ac

Browse files
committed
ci: try to fix work create gh release
1 parent cbb5fd0 commit a2eb0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
continue-on-error: false
3737
run: |
3838
git fetch --tags
39-
echo "last_tag=$(git describe --tags --abbrev=0 || echo '')" >> $GITHUB_OUTPUT
39+
echo "last_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
4040
4141
- name: Create Release Pull Request
4242
uses: changesets/action@v1

0 commit comments

Comments
 (0)