Skip to content

Commit e1e7309

Browse files
committed
Hopeful fix vx vx.y tagging failures
1 parent cc0fdf2 commit e1e7309

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,15 @@ jobs:
6565
--distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }} \
6666
--paths / /pour.sh
6767
68+
- run: |
69+
git tag v${{ needs.smoke.outputs.version }}
70+
git push origin v${{ needs.smoke.outputs.version }}
71+
6872
- uses: softprops/action-gh-release@v1
6973
with:
7074
files: ./install.sh
7175
tag_name: v${{ needs.smoke.outputs.version }}
76+
fail_on_unmatched_files: true
7277

7378
- uses: fischerscode/tagger@v0
7479
with:

0 commit comments

Comments
 (0)