Skip to content

Commit

Permalink
chore: webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Nov 27, 2023
1 parent 221c90c commit 808341e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2

- name: Set node version to ${{ matrix.node_version }}
- name: Set node version to lts/hydrogen
uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
Expand All @@ -30,3 +30,12 @@ jobs:
with:
files: |
dist/aliyundrive-rename.user.js
- name: Release Branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: build
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: 'Build: ({sha}) {msg}' # The commit message

0 comments on commit 808341e

Please sign in to comment.