Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into paw/metadata-freshness
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 10, 2023
2 parents 010c781 + 1bbbb96 commit 181d984
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"
RELEASE_BRANCH: "1.6.latest"

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 181d984

Please sign in to comment.