Skip to content

Commit

Permalink
test against 1.7.latest release branch and fix semve (#797)
Browse files Browse the repository at this point in the history
* update RELEASE_BRANCH env

* test semver in 1.6
  • Loading branch information
McKnight-42 authored Oct 9, 2023
1 parent 658e16e commit 1bbbb96
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 1bbbb96

Please sign in to comment.