Skip to content

Commit

Permalink
use exact git tag name instead of the whole ref string in deploy-test…
Browse files Browse the repository at this point in the history
…ing github action
  • Loading branch information
zcernigoj committed Oct 19, 2023
1 parent 8efa7bc commit 1a263d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

env:
GITHUB_REF_TAG: ${{ github.ref }}
GITHUB_REF_TAG: ${{ github.ref_name }}
DEPLOYMENT_NAME: "testing-docker"
TESTINGDATA_AWS_ACCESS_KEY_ID: ${{ secrets.TESTINGDATA_AWS_ACCESS_KEY_ID }}
TESTINGDATA_AWS_SECRET_ACCESS_KEY: ${{ secrets.TESTINGDATA_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 1a263d6

Please sign in to comment.