We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7b21b commit 9208a5eCopy full SHA for 9208a5e
.github/workflows/cd-news-player.yml
@@ -43,7 +43,9 @@ jobs:
43
- uses: fregante/setup-git-user@v2
44
- name: Append !dist to gitignore
45
run: echo '!dist' >> .gitignore
46
+ - name: Stage dist folders
47
+ run: git add **/dist
48
- name: Commit changes to git
- run: git commit -am "Update .gitignore to include !dist"
49
+ run: git commit -m "Add dist folders"
50
- name: Force push to release-news-player
- run: git push origin release-news-player --force
51
+ run: git push -uf origin release-news-player
0 commit comments