Update release-standalone-docker-img-postgres-offical.yml

This commit is contained in:
Daniel Hougaard
2025-09-27 02:44:43 +04:00
parent df5fa3d3a4
commit 0cf13aea7b

View File

@@ -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 }}" \
GH_TOKEN: ${{ secrets.OMNIBUS_RELEASE_TOKEN }}