Skip to content

Commit

Permalink
fix: typos in GHA for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Jan 7, 2025
1 parent 10f89ca commit 7bbe9b6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.CODEGEN_APP_ID }}
private-key: ${{ secrets.CODEGEN_PRIVATE_KEY }}

app-id: ${{ vars.DBBS_APP_ID }}
private-key: ${{ secrets.DBBS_APP_PRIVATE_KEY }}
- name: Checkout Code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -116,8 +115,8 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ steps.app-token.outputs.token }}
fromTag: ${{ needs.bump.outputs.old_tag }}
toTag: ${{ needs.bump.outputs.tag }}
fromTag: ${{ needs.bump.outputs.tag }}
toTag: ${{ needs.bump.outputs.old_tag }}

- name: Create Release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit 7bbe9b6

Please sign in to comment.