We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0fdf2 commit e1e7309Copy full SHA for e1e7309
.github/workflows/cd.yml
@@ -65,10 +65,15 @@ jobs:
65
--distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }} \
66
--paths / /pour.sh
67
68
+ - run: |
69
+ git tag v${{ needs.smoke.outputs.version }}
70
+ git push origin v${{ needs.smoke.outputs.version }}
71
+
72
- uses: softprops/action-gh-release@v1
73
with:
74
files: ./install.sh
75
tag_name: v${{ needs.smoke.outputs.version }}
76
+ fail_on_unmatched_files: true
77
78
- uses: fischerscode/tagger@v0
79
0 commit comments