fix: rollout
This commit is contained in:
@@ -5,7 +5,6 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -19,14 +18,12 @@ jobs:
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24.14.0'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
package-manager-cache: false
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run Checks
|
||||
run: npm run check
|
||||
|
||||
- name: Set Release Version
|
||||
id: version
|
||||
run: npm run release:version
|
||||
@@ -42,6 +39,8 @@ jobs:
|
||||
|
||||
- name: Publish Library
|
||||
run: npm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Create GitHub release
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user