1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 14:41:16 +02:00

build: actually run main() in index.ts (#882)

When converting to typescript we didn't call the main() method if
index.ts/js is invoked directly.
This commit is contained in:
Jeff Ching
2023-11-30 12:33:12 -08:00
committed by GitHub
parent c5182cc8b1
commit 546de4e1ec
3 changed files with 21 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@main
- uses: google-github-actions/release-please-action@main
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
@@ -90,7 +90,7 @@ jobs:
- release-please-release
steps:
- id: release-pr
uses: GoogleCloudPlatform/release-please-action@main
uses: google-github-actions/release-please-action@main
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
release-type: node