Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'weepy/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalper committed Sep 10, 2023
2 parents 4a0bab8 + 51eb2ec commit a69d4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
publish:
env:
isRelease: ${{ github.ref_name == 'release' }}
isRelease: ${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
needs: [build, version]
steps:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
version:
env:
isRelease: ${{ github.ref_name == 'release' }}
isRelease: ${{ github.ref_name == 'main' }}
name: Create version number
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand All @@ -161,7 +161,7 @@ jobs:
uses: gittools/actions/gitversion/[email protected]

- name: Create version.txt with MajorMinorPatch
run: echo ${{ steps.gitversion.outputs.MajorMinorPatch }} > version.txt
run: echo ${{ steps.gitversion.outputs.MajorMinorPatch }}${{ steps.gitversion.outputs.PreReleaseTagWithDash }} > version.txt

- name: Upload version.txt
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a69d4f9

Please sign in to comment.