Skip to content

Commit

Permalink
fix(workflow): updated deploy-to-test workflow to push the right vers…
Browse files Browse the repository at this point in the history
…ion tag to radix
  • Loading branch information
Sinrefvol committed May 23, 2024
1 parent 8b0bd94 commit d62402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ./.github/workflows/deploy-to-radix.yml
with:
Environment: test
VersionTag: ${{ github.event.release.tag_name }}
VersionTag: test.${{ github.event.release.tag_name }}
secrets:
ClientId: ${{ secrets.CLIENT_ID }}
TenantId: ${{ secrets.TENANT_ID }}

0 comments on commit d62402e

Please sign in to comment.