Skip to content

Commit

Permalink
re-pointing reelease branch env for nightly releases to a .latest bra…
Browse files Browse the repository at this point in the history
…nch (#759)

* re-pointing reelease branch env for nightly releases to a .latest branch

* adding comment to explain why variable doesn't test against main

---------

Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
McKnight-42 and colin-rogers-dbt authored Jun 7, 2023
1 parent f65a8a3 commit e5b456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defaults:
shell: bash

env:
RELEASE_BRANCH: "main"
RELEASE_BRANCH: "1.5.latest" # must test against most recent .latest branch to have parity for dependency with core

jobs:
aggregate-release-data:
Expand Down

0 comments on commit e5b456a

Please sign in to comment.