2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +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:
push:
tags:
- "v*.*.*"
- 'v1.*.*'
permissions:
contents: write
@@ -21,7 +21,7 @@ jobs:
with:
node-version: 24.x
cache: npm
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Build project