Skip to content

Commit

Permalink
Update planetscale/ghcommit-action action to v0.2.0 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 5e4525b commit c4803cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
echo "version=$(npm version --no-git-tag-version ${{ inputs.versionType }})" >> $GITHUB_OUTPUT
git add .
- uses: planetscale/ghcommit-action@v0.1.47
- uses: planetscale/ghcommit-action@v0.2.0
name: Commit new version
with:
commit_message: "🤖 Release ${{steps.update-version.outputs.version}}"
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
git add --force dist/
git add --force node_modules/
- uses: planetscale/ghcommit-action@v0.1.47
- uses: planetscale/ghcommit-action@v0.2.0
name: Commit node_modules and dist
with:
commit_message: "🤖 Build ${{steps.update-version.outputs.version}}"
Expand Down

0 comments on commit c4803cf

Please sign in to comment.