Skip to content

Commit

Permalink
fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Aug 18, 2022
1 parent e898e64 commit 654360a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: false
- name: "publish release"
uses: ./.github/actions/publish
needs: [build]
Expand Down

0 comments on commit 654360a

Please sign in to comment.