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.
1 parent 3d6cd17 commit 307355aCopy full SHA for 307355a
1 file changed
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
git config user.name "github-actions[bot]"
44
git config user.email "github-actions[bot]@users.noreply.github.com"
45
- git add package.json package-lock.json lib/ dist/
+ git add package.json package-lock.json dist/
46
git commit -m "chore: release v${{ inputs.version }}"
47
git tag v${{ inputs.version }}
48
git push origin ${{ inputs.branch }}
0 commit comments