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 0514def commit 6187591Copy full SHA for 6187591
.github/workflows/cleanup.yml
@@ -11,6 +11,6 @@ jobs:
11
- uses: actions/checkout@v4.1.1
12
- name: Clean up
13
run: |
14
- gh release delete "BRANCH_${{ github.event.ref }} -y --cleanup-tag"
+ gh release delete "BRANCH_${{ github.event.ref }}" -y --cleanup-tag
15
env:
16
GH_TOKEN: ${{ github.token }}
0 commit comments