Skip to content

Commit e242645

Browse files
committed
Remove /dist folder from Github action
1 parent 0a8d05b commit e242645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: |
3535
echo "$(jq '.version = "${{ steps.bump.outputs.new_version }}"' package.json)" > package.json
3636
37-
git add package.json CHANGELOG.md dist/
37+
git add package.json CHANGELOG.md
3838
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
3939
git push

0 commit comments

Comments
 (0)