Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 committed Dec 5, 2024
2 parents 45d7410 + 1e88db2 commit ee13ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-update-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release or UpdateMajor Version
- name: Release or Update Major Version
run: |
export MAJOR_VERSION=$(echo ${{ github.ref_name }} | cut -d '.' -f 1)
echo "Releasing major version ${MAJOR_VERSION}"
Expand Down

0 comments on commit ee13ec9

Please sign in to comment.