Skip to content

Commit

Permalink
updated version to remove ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Oct 2, 2023
1 parent 385bb8f commit 99138a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
OAUTH_CLIENT_ID=${{needs.EnvSetup.outputs.OAUTH_CLIENT_ID}}
PUBLIC_URL=${{needs.EnvSetup.outputs.PUBLIC_URL}}
parallel-commands-on-agents: |
npx nx run-many --target=build --parallel=3 --exclude='tag:puppeteer' --args="--version=${{github.ref}}"
npx nx run-many --target=build --parallel=3 --exclude='tag:puppeteer' --args="--version=${{github.ref#refs/*/}}"
final-commands: |
TARGET_FILE="./dist/apps/acf-extension/manifest.json"
# Use an if-else statement to check if the file exists.
Expand Down

0 comments on commit 99138a0

Please sign in to comment.