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.
node_modules
1 parent 44d26c5 commit 4bf5102Copy full SHA for 4bf5102
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: |
22
git config user.name github-actions
23
git config user.email github-actions@github.com
24
- git add .
+ git add .gitignore dist/
25
git commit -m "build"
26
git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v1"
27
env:
0 commit comments