Skip to content

Commit

Permalink
Support for release from a branch other than main (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton authored May 22, 2024
1 parent a880ecb commit 4d1cc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
ref: 'main'
fetch-depth: 0

- name: Find latest release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: 'main' # Always use up-to-date tools from main for this step

- name: Generate HTML
run: |
Expand Down

0 comments on commit 4d1cc1a

Please sign in to comment.