diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3506d6..521534f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: branches: - main jobs: - build: + publish: runs-on: ubuntu-latest steps: - name: Checkout @@ -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 }} diff --git a/package.json b/package.json index c41fb93..62f9963 100644 --- a/package.json +++ b/package.json @@ -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",