Skip to content

Commit 766d3fd

Browse files
ryan-williamsclaude
andcommitted
Bump to 0.1.1, switch to npm publish with provenance
- Use `npm publish` instead of `pnpm publish` for better provenance support - Clean up whitespace in `build-dist.yml` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 83eff8c commit 766d3fd

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build-dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Build dist branch
2-
32
on:
43
workflow_dispatch:
54
inputs:
@@ -11,7 +10,6 @@ on:
1110
description: 'Name of dist branch'
1211
required: false
1312
default: 'dist'
14-
1513
jobs:
1614
build-dist:
1715
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm run build
3333

3434
- name: Publish to npm
35-
run: pnpm publish --access public --no-git-checks --provenance
35+
run: npm publish --access public --provenance
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rdub/use-url-params",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Type-safe URL query parameter management with minimal, human-readable encoding",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)