mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-07-07 14:45:00 +00:00
chore: cleanup
This commit is contained in:
parent
1e20f633f1
commit
c7630bb3c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create-release-tag.yml
vendored
1
.github/workflows/create-release-tag.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD~1 2>/dev/null || echo "")
|
PREVIOUS_TAG=$(git describe --tags --abbrev=0 HEAD~1 2>/dev/null || echo "")
|
||||||
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
|
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Create and push tag
|
- name: Create and push tag
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue