Skip to content

fixed -- org issue #1

fixed -- org issue

fixed -- org issue #1

Workflow file for this run

name: publish npm
on:
push:
tags:
- v*.*.*
workflow_dispatch:
permissions:
contents: write
jobs:
call-workflow-passing-data:
uses: dappsteros-io/github/.github/workflows/npm_release.yml@main

Check failure on line 15 in .github/workflows/publish_npm.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_npm.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/publish_npm.yaml" -> "dappsteros-io/github/.github/workflows/npm_release.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
NPM_TOKEN_PRIVATE: ${{ secrets.NPM_TOKEN_PRIVATE }}