From 0cf13aea7b604c68d60f3401a207c0d720c0a122 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Sat, 27 Sep 2025 02:44:43 +0400 Subject: [PATCH] Update release-standalone-docker-img-postgres-offical.yml --- .../release-standalone-docker-img-postgres-offical.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-standalone-docker-img-postgres-offical.yml b/.github/workflows/release-standalone-docker-img-postgres-offical.yml index a8da2470f..7b82f70af 100644 --- a/.github/workflows/release-standalone-docker-img-postgres-offical.yml +++ b/.github/workflows/release-standalone-docker-img-postgres-offical.yml @@ -122,12 +122,10 @@ jobs: trigger-binary-release: runs-on: ubuntu-latest needs: [infisical-standalone, infisical-fips-standalone] - permissions: - contents: write steps: - name: Create tag if it doesn't exist run: | - TAG_NAME="v0.150.0-nightly-20250926" + TAG_NAME="${{ github.ref_name }}" echo "Checking for tag: $TAG_NAME" if gh api repos/Infisical/infisical-omnibus/git/refs/tags/$TAG_NAME --silent 2>/dev/null; then @@ -145,5 +143,4 @@ jobs: echo "Successfully created tag $TAG_NAME" fi env: - GH_TOKEN: ${{ secrets.OMNIBUS_RELEASE_TOKEN }} - # --field ref="refs/tags/${{ github.ref_name }}" \ \ No newline at end of file + GH_TOKEN: ${{ secrets.OMNIBUS_RELEASE_TOKEN }} \ No newline at end of file