mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2026-02-22 18:25:24 +01:00
Deactivate build for now in npm-github.yml (not working)
This commit is contained in:
parent
91b2a9b9e2
commit
b8c8bee4c0
7
.github/workflows/npm-github.yml
vendored
7
.github/workflows/npm-github.yml
vendored
|
|
@ -2,12 +2,13 @@
|
|||
name: Publish package to GitHub Packages
|
||||
|
||||
on:
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v*.*.*'
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue