mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update release-standalone-docker-img-postgres-offical.yml
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user