Skip to content

Commit

Permalink
Update planetscale/ghcommit-action action to v0.2.4 (#74)
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 Jan 18, 2025
1 parent 0bd4a01 commit 8878b60
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/[email protected].3
- uses: planetscale/[email protected].4
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/[email protected].3
- uses: planetscale/[email protected].4
name: Commit node_modules and dist
with:
commit_message: "🤖 Build ${{steps.update-version.outputs.version}}"
Expand Down

0 comments on commit 8878b60

Please sign in to comment.