Skip to content

Commit

Permalink
fix(ci): missed to add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 21, 2024
1 parent 3643944 commit 37ffed4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
- name:
if: ${{ steps.release.outputs.release_created }}
uses: bufbuild/buf-setup-action@v1
with:
version: latest
- name: setup node
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-node@v4
with:
node-version: '20.x'
- uses: pnpm/action-setup@v4
if: ${{ steps.release.outputs.release_created }}
name: Install pnpm
with:
version: 9
- name: Build and publish
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-component-in-tag": false,
"release-as": "1.0.7",
"packages": {
".": {
"release-type": "go"
Expand Down

0 comments on commit 37ffed4

Please sign in to comment.