Skip to content

Commit

Permalink
pull tags to list all?
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 1, 2020
1 parent 4b4da2d commit aebf369
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

- name: Deploy 🚀
run: |
pip install awscli
./bin/publish-archive
git pull --tags
pip install awscli
./bin/publish-archive
env:
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}

0 comments on commit aebf369

Please sign in to comment.