Skip to content

Commit

Permalink
fix issues with release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krogenth committed Jul 15, 2023
1 parent d35da33 commit f88886d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ on:
push:
branches: [ switch-to-dotnet ]

concurrency: release

env:
SOLUTION_FILE_PATH: .
BASE_VERSION: 1.0

jobs:
tag:
name: Create Release Tag
runs-on: ubuntu-latest
environment: Release
steps:
- name: Get Version Info
id: version_info
Expand All @@ -32,7 +34,6 @@ jobs:
release:
runs-on: ${{ matrix.os }}
environment: Release
strategy:
matrix:
dotnet-version: [ '7.0.x' ]
Expand Down

0 comments on commit f88886d

Please sign in to comment.