We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent d8f0c4b commit daf4762Copy full SHA for daf4762
.github/workflows/node.js.yml
@@ -32,7 +32,7 @@ jobs:
32
git config --global user.name 'GitHub Action'
33
git config --global user.email 'action@github.com'
34
# git add $SCRIPT_OUTPUT_FILE_PATH
35
- git add *
+ git add dist/*
36
# https://stackoverflow.com/a/25149786 for git status --porcelain
37
# https://git-scm.com/docs/git-status#Documentation/git-status.txt--ultmodegt to ignore untracked files
38
if [[ `git status -uno --porcelain` ]]; then
0 commit comments