We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aeaef commit 68057f0Copy full SHA for 68057f0
.github/workflows/pr-preview-build.yml
@@ -69,7 +69,4 @@ jobs:
69
env:
70
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
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
+ run: gh release delete "$RELEASE_TAG" --cleanup-tag --yes
0 commit comments