Skip to content

Commit

Permalink
chore(ci): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Feb 4, 2024
1 parent 0e10107 commit 6f4eba6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 🎉 Release new version

env:
NODE_OPTIONS: --max-old-space-size=6144
Expand All @@ -8,12 +8,15 @@ on:

jobs:
build-and-release:
name: 🔨 Build + 🚀 Publish
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 10
clean: false

- name: 'Setup Node.js'
uses: actions/setup-node@v4
Expand Down

0 comments on commit 6f4eba6

Please sign in to comment.