Skip to content

Commit

Permalink
bump version to 3.0.0-a.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkitic committed Aug 6, 2021
1 parent d317d65 commit 729771d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ master,develop,dev/ci ]
pull_request:
branches: [ master,develop,dev/ci ]

jobs:
build:
name: Build
Expand All @@ -18,28 +18,28 @@ jobs:
with:
fetch-depth: 0
submodules: 'recursive'

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x

- name: Restore dependencies
run: dotnet restore

- name: Publish
run: |
echo ${{ github.ref }}
dotnet publish OsuPlayer.Wpf --no-restore --no-self-contained --configuration Debug --output ci-publish
- name: action-minver
uses: thefringeninja/action-minver@2.0.0-preview1
if: ${{ success() }}
id: version
with:
tag-prefix: v
minimum-major-minor: 1.0

- name: Upload artifact
uses: actions/upload-artifact@v2
if: ${{ success() && !startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 729771d

Please sign in to comment.