Skip to content

Commit

Permalink
Merge pull request #9 from MobileTeleSystems/fix_workflow
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
genusP authored Dec 13, 2024
2 parents 67485fe + e192ee0 commit bb96aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '6.x'
versionSpec: '6.0.5'

- name: Determine Version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '6.x'
versionSpec: '6.0.5'

- name: Determine Version
run: |
Expand Down
1 change: 1 addition & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
mode: ContinuousDelivery
branches:
main:
mode: ContinuousDeployment
label: ""
increment: Patch
is-main-branch: true
Expand Down

0 comments on commit bb96aaf

Please sign in to comment.