Skip to content

Commit

Permalink
ci(plugin): fix github workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samcyn committed Apr 2, 2024
1 parent b155cbd commit 6e78c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
needs: [quality]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: 20.x
- run: yarn install
- run: yarn release:plugin
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "tsc",
"develop": "tsc --watch",
"prepare": "npm run clean && npm run build",
"semantic-release": "semantic-release --branches main"
"semantic-release": "semantic-release --branches release"
},
"keywords": [
"gatsby",
Expand Down

0 comments on commit 6e78c11

Please sign in to comment.