fix(publish-npm): use github provider because the PROVENANCE require github self hosted runner

This commit is contained in:
2025-10-04 07:47:01 +03:30
parent 1fe34245e3
commit f2fb306124

View File

@@ -30,7 +30,7 @@ jobs:
if: github.repository_owner == 'the-nexim' if: github.repository_owner == 'the-nexim'
name: Publish NPM name: Publish NPM
runs-on: blacksmith-2vcpu-ubuntu-2404 runs-on: ubuntu-latest
steps: steps:
- name: 📥 Checkout repository - name: 📥 Checkout repository