Skip to content

Commit

Permalink
do not publish to gpr
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Jun 15, 2023
1 parent 4b20d47 commit e9b44d8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,4 @@ jobs:
INCLUDE_SYMBOLS: false
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
TAG_COMMIT: true
TAG_FORMAT: NHodlHodl/v*
- name: Publish Github Package Registry
if: ${{ github.ref == 'refs/heads/master' }} # Publish only when the push is on master
uses: Rebel028/publish-nuget@v2.7.0
with:
PROJECT_FILE_PATH: NHodlHodl/NHodlHodl.csproj
NUGET_SOURCE: "https://nuget.pkg.github.com/Kukks"
NUGET_KEY: ${{secrets.GH_TOKEN}}
PACKAGE_NAME: NHodlHodl
INCLUDE_SYMBOLS: false
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
TAG_COMMIT: true
TAG_FORMAT: NHodlHodl/v*

0 comments on commit e9b44d8

Please sign in to comment.