Skip to content

chore: publish (#3)

chore: publish (#3) #2

Workflow file for this run

name: Publish Package to npmjs
on:
workflow_dispatch:
inputs:
semver:
type: choice
required: true
default: patch
options: [patch, minor, major]
description: The semver of the release.
jobs:
release:
uses: qualipool/swissrets-json/tree/master/.github/workflows/release-npm-package.yml

Check failure on line 13 in .github/workflows/release-npm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-npm.yml

Invalid workflow file

invalid value workflow reference: no version specified
permissions:
contents: write
packages: write
pull-requests: write
checks: write
secrets: inherit