11# ProverCoderAI Release Action
22
3- Latest release: ` v1.0.6 ` (auto-updated)
3+ Latest release: ` v1.0.7 ` (auto-updated)
44
55A GitHub Action for automated releases with changeset management, version bumping, npm/GitHub Packages publishing, and GitHub Release creation.
66
3939 if : github.event.workflow_run.conclusion == 'success'
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : ProverCoderAI/action-release@v1.0.6
42+ - uses : ProverCoderAI/action-release@v1.0.7
4343 with :
4444 ref : ${{ github.event.workflow_run.head_sha }}
4545 branch : ${{ github.event.workflow_run.head_branch }}
7474 release :
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : ProverCoderAI/action-release@v1.0.6
77+ - uses : ProverCoderAI/action-release@v1.0.7
7878 with :
7979 ref : ${{ github.event.workflow_run.head_sha }}
8080 branch : ${{ github.event.workflow_run.head_branch }}
@@ -149,7 +149,7 @@ permissions:
149149# ## Publish only to npm
150150
151151` ` ` yaml
152- - uses: ProverCoderAI/action-release@v1.0.6
152+ - uses: ProverCoderAI/action-release@v1.0.7
153153 with:
154154 ref: ${{ github.sha }}
155155 publish_npm: true
@@ -161,7 +161,7 @@ permissions:
161161# ## Custom version bump type
162162
163163` ` ` yaml
164- - uses: ProverCoderAI/action-release@v1.0.6
164+ - uses: ProverCoderAI/action-release@v1.0.7
165165 with:
166166 ref: ${{ github.sha }}
167167 bump_type: minor # or 'major'
@@ -171,7 +171,7 @@ permissions:
171171# ## Different Node.js version
172172
173173` ` ` yaml
174- - uses: ProverCoderAI/action-release@v1.0.6
174+ - uses: ProverCoderAI/action-release@v1.0.7
175175 with:
176176 ref: ${{ github.sha }}
177177 node_version: "20"
0 commit comments