Skip to content

Commit

Permalink
chore: 创建空release
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jan 30, 2024
1 parent 03d2f5f commit df69b4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Release Binary"

on: {}
# push:
# tags:
# - "v*"
on:
push:
tags:
- "v*"

jobs:
tagged-release:
Expand All @@ -16,12 +16,12 @@ jobs:
with:
node-version: '16'
- run: npm ci
- run: |
npm run build:esbuild
npm run pkg
# - run: |
# npm run build:esbuild
# npm run pkg
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
pkg/**
# files: |
# pkg/**

0 comments on commit df69b4a

Please sign in to comment.