Skip to content

Commit ada9acf

Browse files
ryan-williamsclaude
andcommitted
Bump to 0.1.1, use trusted publishing
- Remove `NODE_AUTH_TOKEN` from release workflow (use OIDC instead) - 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 ada9acf

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333

3434
- name: Publish to npm
3535
run: pnpm publish --access public --no-git-checks --provenance
36-
env:
37-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3836

3937
- name: Create GitHub Release
4038
uses: softprops/action-gh-release@v2

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)