Skip to content

Commit

Permalink
fix: version_release clones submodules to generate packages in release (
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch authored Oct 4, 2023
2 parents bb60677 + 09f9518 commit 00711dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
fetch-depth: 0
token: ${{ secrets.MS3_BOT_TOKEN }}
ref: "${{ github.event.pull_request.base.ref }}"

submodules: recursive

- name: "Get latest tag version"
id: tag
continue-on-error: true
Expand Down

0 comments on commit 00711dd

Please sign in to comment.