Skip to content

Commit aebf369

Browse files
committed
pull tags to list all?
1 parent 4b4da2d commit aebf369

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-s3.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848

4949
- name: Deploy 🚀
5050
run: |
51-
pip install awscli
52-
./bin/publish-archive
51+
git pull --tags
52+
pip install awscli
53+
./bin/publish-archive
5354
env:
5455
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}

0 commit comments

Comments
 (0)