Skip to content

Commit

Permalink
chore(deps): revert google-github-actions/release-please-action from …
Browse files Browse the repository at this point in the history
…4 to 3 (#4203)

Revert "chore(deps): bump google-github-actions/release-please-action from 3 to 4 (#4184)"

This reverts commit 5845a02.
  • Loading branch information
lvrach authored Dec 5, 2023
1 parent 70af46e commit 26ef4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.PAT }}
pull-request-title-pattern: "chore: prerelease ${version}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.PAT }}
pull-request-title-pattern: "chore: release ${version}"
Expand Down

0 comments on commit 26ef4b1

Please sign in to comment.