Skip to content

Commit

Permalink
set ouput correctly #patch (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaithe authored Apr 16, 2021
1 parent 908889b commit 883544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Pull latest tag from parameter store.
runs-on: ubuntu-latest
outputs:
latest-tag: ${{ steps.output_tag.tag }}
latest-tag: ${{ steps.output_tag.outputs.tag }}
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 883544d

Please sign in to comment.