Skip to content

Commit 1a2704c

Browse files
committed
Remove GitHub Release creation step from publish workflow
- Removed failing GitHub release creation step - Workflow now only publishes to npm (which works) - GitHub releases can be created manually if needed Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3e941bd commit 1a2704c

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,3 @@ jobs:
8888
run: npm publish --provenance --access public
8989
env:
9090
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
91-
92-
- name: Create GitHub Release
93-
uses: softprops/action-gh-release@v1
94-
with:
95-
generate_release_notes: true
96-
body: |
97-
## Installation
98-
```bash
99-
npm install -g @standardbeagle/dart-query
100-
```
101-
102-
## What's Changed
103-
See full changelog in commits below.
104-
105-
## Documentation
106-
- [README](https://github.com/standardbeagle/dart-query#readme)
107-
- [Tool Documentation](https://github.com/standardbeagle/dart-query/blob/main/TOOLS.md)
108-
env:
109-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)