mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
1afbab3a22
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
17 lines
343 B
YAML
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
|