Skip to content

Commit

Permalink
Merge branch 'main' into adap-953-contract_type_alising
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Oct 10, 2023
2 parents 1137233 + 4976d54 commit 80cc8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: "1.5.latest" # must test against most recent .latest branch to have parity for dependency with core
RELEASE_BRANCH: "1.6.latest" # must test against most recent .latest branch to have parity for dependency with core

jobs:
aggregate-release-data:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: "Generate Nightly Release Version Number"
id: nightly-release-version
run: |
number="${{ steps.semver.outputs.major }}.${{ steps.semver.outputs.minor }}.${{ steps.bump_patch.outputs.patch }}.dev${{ steps.current-date.outputs.date }}"
number="${{ steps.semver.outputs.major }}.${{ steps.semver.outputs.minor }}.${{ steps.bump_patch.outputs.patch }}+dev${{ steps.current-date.outputs.date }}"
echo "number=$number" >> $GITHUB_OUTPUT
- name: "Audit Nightly Release Version And Parse Into Parts"
Expand Down

0 comments on commit 80cc8e8

Please sign in to comment.