Skip to content

Commit 89ac7ac

Browse files
committed
Build fixes
1 parent 89f628c commit 89ac7ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ main, dev ]
66
paths-ignore:
7+
- '.github/**'
78
- 'src/CloudNimble.DotNetDocs.Docs/**'
89
- 'src/CloudNimble.DotNetDocs.Reference.Mintlify/**'
910
- 'specs/**'
@@ -414,6 +415,5 @@ jobs:
414415
name: Release v${{ needs.build.outputs.version }}
415416
body_path: ./release-notes.md
416417
generate_release_notes: true
417-
files: ./artifacts/*.nupkg
418418
draft: false
419419
prerelease: false

0 commit comments

Comments
 (0)