Skip to content

Commit

Permalink
chore: try to fix rp
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 12, 2023
1 parent 4aa391a commit 48adcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
# needs to be personal token so release PRs can run workflows
token: ${{ secrets.GH_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
config-file: ../release-please-config.json
manifest-file: ../release-please-manifest.json
release-type: node
npm:
needs: release
Expand Down

0 comments on commit 48adcc9

Please sign in to comment.