Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Apr 9, 2024
1 parent 9fbfdf9 commit 3003d56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: git config --global user.email "[email protected]" && git config --global user.name "Test Build"
- run: npm test
Expand All @@ -29,10 +29,10 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: git config --global user.email "[email protected]" && git config --global user.name "Test Build"
- run: npm test
Expand All @@ -46,10 +46,10 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: npm run semantic-release
env:
Expand Down

0 comments on commit 3003d56

Please sign in to comment.