Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 4, 2024
1 parent f7345ad commit 97dd979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Release
on:
push:
branches:
- main
- what-is-the-tsc-say

jobs:
build-and-release:
Expand Down Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
files: build/*
files: ./node_modules/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 使用 GitHub 提供的 token 进行发布

0 comments on commit 97dd979

Please sign in to comment.