Skip to content

Commit

Permalink
chore(ci): move release-please to its own workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed Jun 14, 2024
1 parent b3f3616 commit e05bf27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,3 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build

Versioning:
needs: [Build, Test, Integration, Lint]
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node
manifest-file: .release-please-manifest.json
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: release-please

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node
manifest-file: .release-please-manifest.json

0 comments on commit e05bf27

Please sign in to comment.