Skip to content

Commit

Permalink
fix: update release please action commands (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored May 9, 2023
1 parent b889ba0 commit 786b160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
name: Release
uses: google-github-actions/release-please-action@v3
with:
command: github-release
extra-files: README.md
release-type: node
package-name: actions-sync
package-name: "@stordco/actions-sync"
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
prerelease: false

- if: steps.release.outputs.release_created
name: Checkout
Expand Down
8 changes: 0 additions & 8 deletions release-please-config.json

This file was deleted.

0 comments on commit 786b160

Please sign in to comment.