mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Fix build
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -126,8 +126,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -e # Exit on any error
|
set -e # Exit on any error
|
||||||
next_version="${{ needs.create-release.outputs.next_version }}"
|
next_version="${{ needs.create-release.outputs.next_version }}"
|
||||||
run: |
|
|
||||||
next_version="${{ needs.create-release.outputs.next_version }}"
|
|
||||||
|
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user