mirror of
https://github.com/inzerosight/ZWUS.git
synced 2026-01-13 16:18:06 +00:00
Refactor: Update action versions to v5
This commit is contained in:
15
.github/workflows/publish.yml
vendored
Normal file
15
.github/workflows/publish.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '22'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm ci || npm install
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
Reference in New Issue
Block a user