Skip to content

Commit

Permalink
ci: trigger release from release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed May 1, 2023
1 parent 77a832a commit 0fc2c4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate app token for release-please
uses: tibdex/github-app-token@v1
id: app-token
with:
# https://github.com/apps/potatobot-prime
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v3
with:
# use app token so that PRs and releases created by release-please trigger
# additional workflows. They'll also be authored by the app.
# see https://github.com/google-github-actions/release-please-action#github-credentials
token: ${{ steps.app-token.outputs.token }}
release-type: node
package-name: typos-vscode
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types: [published]
workflow_dispatch:
workflow_call:

jobs:
dist:
Expand Down

0 comments on commit 0fc2c4e

Please sign in to comment.