Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 5, 2023
1 parent cd9a74e commit f46d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: "./lib"

- name: ".NET pack"
run: dotnet pack "./src/cs" --nologo --verbosity minimal --configuration Release --no-build -p:PackageVersion="$(date +'%Y.%m.%d')" -p:RepositoryBranch="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" -p:RepositoryCommit="${{ github.sha }}"
run: dotnet pack "./src/cs" --nologo --verbosity minimal --configuration Release -p:PackageVersion="$(date +'%Y.%m.%d')" -p:RepositoryBranch="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" -p:RepositoryCommit="${{ github.sha }}"

- name: "Upload packages to MyGet"
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit f46d3c5

Please sign in to comment.