Skip to content

Commit

Permalink
Update planetscale/ghcommit-action action to v0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 422b228 commit 3cde6db
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.29
- uses: planetscale/ghcommit-action@v0.1.30
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.29
- uses: planetscale/ghcommit-action@v0.1.30
name: Commit node_modules and dist
with:
commit_message: "🤖 Build ${{steps.update-version.outputs.version}}"
Expand Down

0 comments on commit 3cde6db

Please sign in to comment.