Skip to content

Commit 20e3d11

Browse files
committed
publish dev tag
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent a30c91a commit 20e3d11

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ jobs:
6060
tag_name: v0.0.1
6161
name: v0.0.1
6262
body: CSR generated with SHA1 is not supported to get certs using Metadata.
63-
64-
- name: Label Release as Latest (if enabled)
65-
if: ${{ env.IS_LATEST_RELEASE == 'true' }}
66-
run: |
67-
# Tag the release as 'latest' if IS_LATEST is true
68-
gh release edit ${{ github.ref }} --add-label latest
63+
make_latest: ${{ env.IS_LATEST_RELEASE == 'true' && 'true' || 'false' }}
6964

7065
- name: Perform CodeQL Analysis
7166
uses: github/codeql-action/analyze@v3

.secrets.baseline

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-05-07T05:32:38Z",
6+
"generated_at": "2025-05-07T05:46:22Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

0 commit comments

Comments
 (0)