Skip to content

Commit

Permalink
🐎 ci(workflow): 修改打包参数
Browse files Browse the repository at this point in the history
  • Loading branch information
marherb committed May 4, 2024
1 parent 5cd220b commit 23fde06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ name: Build and Publish

on:
push:
tags:
- v*
branches: [ main ]

jobs:
build-and-publish:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 23fde06

Please sign in to comment.