Skip to content

Commit f23a843

Browse files
committed
build: Do not attach nupkg to release
1 parent ba1ebff commit f23a843

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,3 @@ jobs:
7878
done
7979
env:
8080
AZURE_ARTIFACTS_FEED_URL: https://pkgs.dev.azure.com/rosslight-engineering/darp.ble/_packaging/darp.ble.subscription/nuget/v3/index.json
81-
82-
- name: Attach .nupkg to GitHub Release
83-
env:
84-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85-
run: |
86-
gh release upload "${{ needs.release-please.outputs.tag_name }}" ./build/noncommercial/package**/*.nupkg \
87-
--repo "${{ github.repository }}"

0 commit comments

Comments
 (0)