Skip to content

Commit bb3f0ba

Browse files
committed
feat: added release please for versioning
1 parent 71eeeab commit bb3f0ba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
workflow_run:
56
workflows: ['CI']
67
types: [completed]
78
branches: [main]
8-
workflow_dispatch:
99

1010
permissions:
1111
contents: write
@@ -14,12 +14,13 @@ permissions:
1414

1515
jobs:
1616
release:
17-
runs-on: ubuntu-latest
1817
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21+
2122
- uses: googleapis/release-please-action@v4
2223
with:
2324
token: ${{ secrets.GITHUB_TOKEN }}
24-
release-type: node
25-
include-component-in-tag: true
25+
config-file: .release-please-manifest.json
26+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)