Skip to content

Commit

Permalink
[AMEND] Removal of version incremention
Browse files Browse the repository at this point in the history
  • Loading branch information
NikRimington authored Dec 17, 2023
1 parent 409cf55 commit 2079f1b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Get next version
uses: NikRimington/version-increment@NikRimington-windows
id: version
with:
scheme: semver
increment: patch
release_branch: main

- name: Set Version Variable
if: ${{ github.ref_type == 'tag' }}
env:
TAG: ${{ steps.version.outputs.version }}
run: echo "VERSION=${TAG#v}" >> $GITHUB_ENV
TAG: ${{ github.ref_name }}
run: echo "VERSION=${TAG#v}-beta${{github.run_number}}" >> $GITHUB_ENV

- name: Setup .NET 6
uses: actions/setup-dotnet@v2
Expand Down

0 comments on commit 2079f1b

Please sign in to comment.