Files
streetmerchant/.github/workflows/cd.yaml
T
Jef LeCompte 1afbab3a22 chore(cd): remove docker login
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
2020-09-18 04:36:26 -04:00

17 lines
343 B
YAML

name: cd
on:
push:
branches:
- main
jobs:
cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: GoogleCloudPlatform/release-please-action@v2.4.1
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: nvidia-snatcher