mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
e1cae3ed71
Bumps [GoogleCloudPlatform/release-please-action](https://github.com/GoogleCloudPlatform/release-please-action) from v2.4.2 to v2.5.3. - [Release notes](https://github.com/GoogleCloudPlatform/release-please-action/releases) - [Changelog](https://github.com/GoogleCloudPlatform/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.2...c05cf8bb4fd8bcaa85121b7b7a024e57d97072b4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
377 B
YAML
19 lines
377 B
YAML
name: cd
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
jobs:
|
|
cd:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: GoogleCloudPlatform/release-please-action@v2.5.3
|
|
id: release
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
release-type: node
|
|
package-name: nvidia-snatcher
|