2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore: fix publish to only run on v1 tags

This commit is contained in:
jasonsaayman
2026-02-18 18:33:56 +02:00
parent 672491db34
commit 3e30bbf1b3
+2 -2
View File
@@ -3,7 +3,7 @@ name: Publish package to NPM
on: on:
push: push:
tags: tags:
- "v*.*.*" - 'v1.*.*'
permissions: permissions:
contents: write contents: write
@@ -21,7 +21,7 @@ jobs:
with: with:
node-version: 24.x node-version: 24.x
cache: npm cache: npm
registry-url: "https://registry.npmjs.org" registry-url: 'https://registry.npmjs.org'
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Build project - name: Build project