Skip to content

Commit

Permalink
semver
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-kong committed Oct 19, 2023
1 parent 63a7507 commit 4e66997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/force-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
MAJOR: ${{ github.event.inputs.major }}
MINOR: ${{ github.event.inputs.minor }}
PATCH: ${{ github.event.inputs.patch }}
SEMVER: "$MAJOR.$MINOR.$PATCH"
SEMVER: "${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}"
jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,5 +70,7 @@ jobs:
base: "master"
branch-suffix: "force-release-${{ env.SEMVER }}"
delete-branch: true
author: swiftnav-travis

add-paths: |
*

0 comments on commit 4e66997

Please sign in to comment.