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