Skip to content

Commit

Permalink
fix: release branch -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed May 19, 2022
1 parent c678bc2 commit 6ad4453
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release-please.yml
@@ -1,25 +1,26 @@
name: release-please
on:
workflow_dispatch:
push:
branches: [ master ]
branches:
- main

workflow_dispatch:
name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: runmd
# token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org/'

- run: npm install
- run: npm install npm@latest -g
Expand Down

0 comments on commit 6ad4453

Please sign in to comment.