Skip to content

Commit

Permalink
get release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Aug 4, 2022
1 parent 4759e3d commit 306d66b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releaseTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
aws-access-key-id: ${{ secrets.TERRAFORM_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.TERRAFORM_AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Get Release Tag
run: echo ${{ github.event.release.tag_name }}
- name: Update isRelease for this release
run: |
cd integration/test/performancetest
Expand Down

0 comments on commit 306d66b

Please sign in to comment.