Skip to content

update(wordlist): 更新弱密码数据库文件 #15

update(wordlist): 更新弱密码数据库文件

update(wordlist): 更新弱密码数据库文件 #15

Workflow file for this run

name: build and publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: install pnpm
run: npm install -g pnpm
- run: pnpm install
- run: pnpm build
- name: Release to PROD Branch
uses: casperdcl/push-dir@v1
with:
message: update PROD
branch: PROD
dir: dist
history: false
force: true