Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnSky1010 authored Jan 3, 2025
1 parent ba0cb1c commit 4b42819
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore src/SoundMaker/SoundMaker.csproj; dotnet restore test/SoundMakerTests.csproj

- name: Build the SoundMaker project
run: dotnet build src/SoundMaker/SoundMaker.csproj --no-restore --warnaserror --configuration Release

Expand All @@ -34,7 +37,6 @@ jobs:
uses: mathieudutour/github-tag-action@v6.2
with:
custom_tag: SoundMaker-Ver.${{ inputs.version }}
tag_prefix:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1.14.0
Expand Down Expand Up @@ -64,4 +66,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site
publish_dir: docs/_site

0 comments on commit 4b42819

Please sign in to comment.