Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasread authored Dec 6, 2024
1 parent 9647524 commit feb0126
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
publish:
name: Publish Client
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version:
- '9.0.x'
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected]
Expand All @@ -19,6 +23,10 @@ jobs:
wait-interval: 10
allowed-conclusions: success
- uses: actions/checkout@v4
- name: Setup dotnet ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Pack
Expand Down

0 comments on commit feb0126

Please sign in to comment.