Skip to content

Commit

Permalink
fix: switch back to main release-please project
Browse files Browse the repository at this point in the history
Closes #109
  • Loading branch information
stdavis committed Sep 26, 2024
1 parent 66a1c50 commit bea89a5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,14 @@ runs:
- name: Set up Release Please
shell: bash
run: |
git clone https://github.com/stdavis/release-please
cd release-please
git switch stable-fix
echo "installing dependencies"
npm install
npm i release-please -g
- name: 🚀 Create release PR
id: create-release-pr
if: ${{ steps.is-release-pr.outputs.result == 'no' }}
shell: bash
run: |
node release-please/build/src/bin/release-please.js release-pr \
release-please release-pr \
--pull-request-title-pattern "chore: release v\${version}" \
--pull-request-header " " \
--changelog-sections "feat,fix,deps,docs,style" \
Expand All @@ -145,7 +141,7 @@ runs:
if: ${{ steps.is-release-pr.outputs.result == 'yes' }}
shell: bash
run: |
node release-please/build/src/bin/release-please.js github-release \
release-please github-release \
--token ${{ steps.generate-token.outputs.token || steps.mock-generate-token.outputs.token }} \
--repo-url ${{ github.repositoryUrl || 'https://github.com/agrc/release-composite-action' }} \
--target-branch ${{ github.ref_name }} \
Expand Down

0 comments on commit bea89a5

Please sign in to comment.