Skip to content

Commit

Permalink
fix(ci): edit node version before semantic release process
Browse files Browse the repository at this point in the history
  • Loading branch information
pornchaitippawan committed Nov 8, 2023
1 parent 1042864 commit 4657e72
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,14 +35,14 @@ jobs:
- name: Install dependencies for release
uses: actions/setup-node@v3
with:
node-version: 18
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 19
semantic_version: 22
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
Expand Down

0 comments on commit 4657e72

Please sign in to comment.