Skip to content

Commit

Permalink
Removing reference to main branch in release flow
Browse files Browse the repository at this point in the history
Prevents a release being made from main when tests were actuall run
on a different branch/commit
  • Loading branch information
nquarton committed Nov 22, 2024
1 parent 5f87e7f commit 8d82d6a
Showing 1 changed file with 0 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 @@ -23,7 +23,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
ref: 'main'
fetch-depth: 0

- name: Find latest release
Expand Down

0 comments on commit 8d82d6a

Please sign in to comment.