Skip to content

Merge pull request #1 from liuhuapiaoyuan/release-please--branches--m… #1

Merge pull request #1 from liuhuapiaoyuan/release-please--branches--m…

Merge pull request #1 from liuhuapiaoyuan/release-please--branches--m… #1

Workflow file for this run

on:
push:
tags:
- "*"
workflow_dispatch:
name: publish-npm
jobs:
publish-npm:
steps:

Check failure on line 11 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / publish-npm

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 11, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v2
- name: setup bun
uses: oven-sh/setup-bun@v2
- name: install app dependencies and build it
run: bun i && bun release
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}