Skip to content

Commit

Permalink
Fixed GIT_TAG_NAME by using env file instead (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Nov 17, 2020
1 parent 57760f5 commit 90466c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws_ecs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: echo "GIT_TAG_NAME=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: olegtarasov/get-tag@v2

-
name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 90466c9

Please sign in to comment.