Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Apr 18, 2024
1 parent 6ae7146 commit bc601e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
- name: Checkout Master
uses: actions/checkout@master

# 拉取web前端dist的代码
- name: Checkout Web Dist
uses: actions/checkout@v3
with:
repository: 'mouday/cron-admin-web'
ref: 'dist'
token: ${{ secrets.GH_PAT }}
path: 'src/public'

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit bc601e1

Please sign in to comment.