Skip to content

Commit 6ead4bf

Browse files
committed
🐛(CD): Fix workflow on git add
1 parent cbc9bd2 commit 6ead4bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
token: ${{ secrets.NPM_TOKEN }}
3232
- name: Commit and push
3333
run: |
34+
git add .
3435
git commit -am "🏷️(version) Update boilerplate to version ${{ github.event.release.tag_name }}"
3536
git push
3637
env:
@@ -62,6 +63,7 @@ jobs:
6263
tag: ${{ github.event.release.tag_name }}
6364
- name: Commit and push
6465
run: |
66+
git add .
6567
git commit -am "🏷️(version) Update boilerplate to rc version ${{ github.event.release.tag_name }}"
6668
git push
6769
env:

0 commit comments

Comments
 (0)