Fix release_tag.yaml (#2509)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-27 11:48:11 +03:00
committed by GitHub
parent 0d2c2c1878
commit 4bca6e8a77
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Release Start name: Release Tag
on: on:
# enable running the workflow manually # enable running the workflow manually
@@ -30,7 +30,7 @@ jobs:
tag: tag:
# only on original eclipse-hawkbit/hawkbit repo and when release fixed version # only on original eclipse-hawkbit/hawkbit repo and when release fixed version
if: github.repository == 'eclipse-hawkbit/hawkbit' && inputs.revision != '0-SNAPSHOT' if: github.repository == 'eclipse-hawkbit/hawkbit' && inputs.revision != '0-SNAPSHOT'
uses: ./.github/workflows/reusable_workflow_tag uses: ./.github/workflows/reusable_workflow_tag.yaml
permissions: permissions:
contents: write contents: write
with: with:

View File

@@ -99,4 +99,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v3 uses: github/codeql-action/upload-sarif@v3
with: with:
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-repository-jpa-init:latest.sarif' sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-repository-jpa-init:latest.sarif'
category: "Container Images (hawkbit-update-server)" category: "Container Images (hawkbit-repository-jpa-init)"