Skip to content

Commit

Permalink
(MINOR) playing with versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Laverlin committed Aug 31, 2023
1 parent bbc209f commit 325267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
curl -H "x-ms-blob-type: BlockBlob" --upload-file $RELEASE_PATH/yas-${{ steps.semver.outputs.version }}.iq --url "https://ibglobalstorage.blob.core.windows.net/garmin-yawf-release/yas-${{ steps.semver.outputs.version }}.iq$AZURE_RELEASE_SAS"
- name: Create git tag
- name: Create Tag
if: ${{ steps.semver.outputs.version_type == 'major' || steps.semver.outputs.version_type == 'minor' }}
run: |
git tag ${{ steps.semver.outputs.version_tag }}
Expand Down

0 comments on commit 325267b

Please sign in to comment.