Skip to content

Commit

Permalink
Merge pull request #79 from opendatalab/dev
Browse files Browse the repository at this point in the history
update: refactor ci
  • Loading branch information
gary-Shen authored Feb 4, 2024
2 parents ff6d4a8 + 83c718f commit 213e752
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
python-version: [3.7]
poetry-version: ['1.2.2']
node-version: [20]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,6 +29,11 @@ jobs:
# ====================== release ======================


- uses: actions/setup-node@v4
with:
node-version: 20.8.1

- name: Semantic release in dry-run mode
run: |
npm i -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/git
Expand Down

0 comments on commit 213e752

Please sign in to comment.