Skip to content

Commit

Permalink
ci: add auto commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent 9bfa83e commit 8856383
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
build:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,3 +23,7 @@ jobs:
- name: Publish
if: success()
run: "vsce publish patch -p ${{ secrets.VSCE_PAT }} -m 'build: version bump to %s'"
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "build: version bump"
branch: ${{ github.head_ref }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kanagawa-paper",
"displayName": "Kanagawa Paper",
"description": "Remixed Kanagawa colourscheme with muted colors. For VSCode.",
"version": "1.0.0",
"version": "1.0.1",
"license": "SEE LICENSE IN LICENSE",
"publisher": "SimonHo",
"pricing": "Free",
Expand Down

0 comments on commit 8856383

Please sign in to comment.