Skip to content

Commit

Permalink
fix: remove lock file
Browse files Browse the repository at this point in the history
creates unclean working directory preventing version bumps
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent 7b153cf commit fec3041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,048 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm ci
- name: Install vsce
run: npm install -g @vscode/vsce
- name: Publish
if: success()
run: vsce publish patch -p ${{ secrets.VSCE_PAT }}
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "ci: increment version number"
branch: ${{ github.head_ref }}
run: "vsce publish patch -p ${{ secrets.VSCE_PAT }} -m 'build: version bump to %s'"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ dist

*.tempfile
*.vsix
package-lock.json

/out
Loading

0 comments on commit fec3041

Please sign in to comment.