Skip to content

Commit

Permalink
Main branch commits don't push to myget due to unsupported semver
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon committed Jul 1, 2022
1 parent 7ce446a commit 7720f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.ref != 'refs/heads/master'
shell: pwsh

- run: ./build.ps1 --target=push --nuget-api-key=${{ secrets.myget_api_key }} --nuget-source=${{ secrets.myget_source }} --codecov-token=${{ secrets.codecov_token }}
- run: ./build.ps1 --codecov-token=${{ secrets.codecov_token }}
if: github.ref == 'refs/heads/master'
shell: pwsh

Expand Down

0 comments on commit 7720f7d

Please sign in to comment.