Skip to content

Commit

Permalink
target release event artifact rather than github ref for tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
jesteria committed Oct 15, 2020
1 parent 0afaa31 commit c709340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install -r requirement/console.txt
- name: Build, push & deploy
run: manage --show build staging --label=${{ github.ref }} --if-latest --login --push --deploy
run: manage --show build staging --label=${{ github.event.release.tag_name }} --if-latest --login --push --deploy

0 comments on commit c709340

Please sign in to comment.