Skip to content

Commit

Permalink
Update planetscale/ghcommit-action action to v0.2.8 (#78)
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 Mar 3, 2025
1 parent 023c7b9 commit f8f8f24
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].7
- uses: planetscale/[email protected].8
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].7
- uses: planetscale/[email protected].8
name: Commit node_modules and dist
with:
commit_message: "🤖 Build ${{steps.update-version.outputs.version}}"
Expand Down

0 comments on commit f8f8f24

Please sign in to comment.