We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c8fb2 commit 459ba29Copy full SHA for 459ba29
.github/workflows/publish.yml
@@ -4,9 +4,9 @@ permissions:
4
packages: write
5
on:
6
push:
7
- branches: [main]
+ branches: [master]
8
pull_request:
9
10
11
jobs:
12
build:
@@ -15,11 +15,11 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout Code
18
- uses: actions/checkout@v4
+ - uses: actions/checkout@v4
19
- name: Use Node.js from .nvmrc
20
uses: actions/setup-node@v4
21
with:
22
- node-version-file: ".nvmrc"
+ node-version: '20.x'
23
- name: Install dependencies
24
run: npm ci
25
- name: Build 🔧
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Node.Js
39
40
41
- node-version: "20.x"
42
- name: Publish package 📦
43
run: |
44
npm ci
0 commit comments