Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sourpuh authored Dec 1, 2024
1 parent ae57537 commit 96816c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet restore

- name: Build Project
run: dotnet build --configuration Release Interjection/Interjection.csproj -p:AssemblyVersion=${{ env.tag }}
run: dotnet build --configuration Release Interjection.csproj -p:AssemblyVersion=${{ env.tag }}

- name: Publish Version
uses: PunishXIV/dynamis-action@v1
Expand Down

0 comments on commit 96816c9

Please sign in to comment.