Skip to content

Commit

Permalink
chore: get rid of release-please
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <[email protected]>
  • Loading branch information
iamnewton committed Oct 28, 2024
1 parent 6d7729d commit 528c046
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ permissions:
pull-requests: write

jobs:
release:
name: Version using Semantic Versioning
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
# The short ref name of the branch or tag that triggered
# the workflow run. For example, `main` or `1.x`
target-branch: ${{ github.ref_name }}

publish-npm:
name: Publish to NPM
runs-on: ubuntu-latest
Expand Down

0 comments on commit 528c046

Please sign in to comment.