-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update planetscale/ghcommit-action action to v0.2.7
- Loading branch information
1 parent
11f1b4f
commit 50e682f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
run: | | ||
echo "version=$(npm version --no-git-tag-version ${{ inputs.versionType }})" >> $GITHUB_OUTPUT | ||
git add . | ||
- uses: planetscale/[email protected].6 | ||
- uses: planetscale/[email protected].7 | ||
name: Commit new version | ||
with: | ||
commit_message: "🤖 Release ${{steps.update-version.outputs.version}}" | ||
|
@@ -61,7 +61,7 @@ jobs: | |
run: | | ||
git add --force dist/ | ||
git add --force node_modules/ | ||
- uses: planetscale/[email protected].6 | ||
- uses: planetscale/[email protected].7 | ||
name: Commit node_modules and dist | ||
with: | ||
commit_message: "🤖 Build ${{steps.update-version.outputs.version}}" | ||
|