Skip to content

Commit

Permalink
chore(deps): update planetscale/ghcommit-action action to v0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 1a20fd3 commit 96efa86
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 @@ -36,7 +36,7 @@ jobs:
run: |
echo "version=$(npm version --no-git-tag-version ${{ inputs.versionType }})" >> $GITHUB_OUTPUT
git add .
- uses: planetscale/[email protected].35
- uses: planetscale/[email protected].37
name: Commit new version
with:
commit_message: "🤖 Release ${{steps.update-version.outputs.version}}"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
shell: bash
run: |
git add --force dist/
- uses: planetscale/[email protected].35
- uses: planetscale/[email protected].37
name: Commit dist
with:
commit_message: "🤖 Build ${{steps.update-version.outputs.version}}"
Expand Down

0 comments on commit 96efa86

Please sign in to comment.