Skip to content

Commit

Permalink
Merge pull request #3 from lepadatu-org/dev
Browse files Browse the repository at this point in the history
changed the workflows
  • Loading branch information
lepadatu authored Sep 2, 2024
2 parents ed78f79 + 9f0b310 commit 533ec2d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,15 @@ jobs:
with:
app-id: ${{ secrets.APP_ID }}
kms-key-id: ${{ secrets.KMS_KEY_ID }}
- uses: octokit/request-action@v2.x
id: get-repository
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
with:
route: GET /installation/repositories
- run: echo '${{ steps.get-repository.outputs.data }}'
# install release dependencies and release
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
- run: npx semantic-release --debug
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}#
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}#

0 comments on commit 533ec2d

Please sign in to comment.