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

This commit is contained in:
Maidul Islam
2025-08-08 15:12:30 -07:00
committed by GitHub
parent 1a75384dba
commit 5f764904e2

View File

@@ -69,7 +69,7 @@ jobs:
steps:
- name: Extract version from tag
id: extract_version
run: echo "::set-output name=version::${GITHUB_REF_NAME#infisical/}"
run: echo "::set-output name=version::${GITHUB_REF_NAME}"
- name: ☁️ Checkout source
uses: actions/checkout@v3
with: