Skip to content

Commit 68057f0

Browse files
committed
chore: minor fixes
1 parent f3aeaef commit 68057f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-preview-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,4 @@ jobs:
6969
env:
7070
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
RELEASE_TAG: 'agentapi_'${{ github.event.pull_request.number }}
72-
run: |
73-
TAG="agentapi_${PR_NUMBER}"
74-
echo "Deleting release and tag $TAG..."
75-
gh release delete "$RELEASE_TAG" --cleanup-tag --yes
72+
run: gh release delete "$RELEASE_TAG" --cleanup-tag --yes

0 commit comments

Comments
 (0)