Skip to content

Commit

Permalink
fix(ci): permission semantic release and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pornchaiXpo authored Nov 8, 2023
2 parents ca18fd8 + 4657e72 commit 82b31cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,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 82b31cd

Please sign in to comment.