Skip to content

Commit

Permalink
Merge branch 'release/v7'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhartmann123 committed Feb 7, 2024
2 parents 5302bcf + a28b110 commit b3a750e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ publish:
script:
- dotnet nuget push "artifacts/package/release/*.nupkg" -k $Nuget_Key -s https://api.nuget.org/v3/index.json --skip-duplicate
rules:
- if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH =~ /^release\// || $CI_COMMIT_TAG
when: manual
- when: never

0 comments on commit b3a750e

Please sign in to comment.