Skip to content

Commit

Permalink
Merge pull request ubiquity#50 from cohow/custom-release
Browse files Browse the repository at this point in the history
feat(release): release as @ubiquity-os
  • Loading branch information
0x4007 committed Sep 2, 2024
2 parents ec3e6d1 + b3c3a7b commit a334f4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ jobs:
publish-package:
runs-on: ubuntu-latest
steps:
- name: Get GitHub App token
uses: tibdex/[email protected]
id: get_installation_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ steps.get_installation_token.outputs.token }}
release-type: node
target-branch: main

Expand Down

0 comments on commit a334f4c

Please sign in to comment.