Skip to content

CLOUD-2295: allow certificates step to succeed without npm (#70) #57

CLOUD-2295: allow certificates step to succeed without npm (#70)

CLOUD-2295: allow certificates step to succeed without npm (#70) #57

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "homebrew-ih-public-action"
- run: meta/release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}