Skip to content

Commit c7630bb

Browse files
committed
chore: cleanup
1 parent 1e20f63 commit c7630bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD~1 2>/dev/null || echo "")
3131
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
32+
3233
- name: Create and push tag
3334
run: |
3435
git config --local user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)