Skip to content

Commit 8a8dc7e

Browse files
committed
Test: invalid tag
1 parent 5446556 commit 8a8dc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-proxy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write # needed to push the updated files
2020
pull-requests: write # needed to create the PR
2121
env:
22-
RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }}
22+
RELEASE_TAG: ${{ inputs.tag || 'invalid-tag' }}
2323
steps:
2424
- name: Check release tag format
2525
id: checks

0 commit comments

Comments
 (0)