Skip to content

Commit

Permalink
ci: fix changelogen not pushing code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Dec 22, 2024
1 parent 1039e07 commit 221136a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:

permissions:
id-token: write
contents: write

jobs:
publish:
Expand All @@ -32,6 +33,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup git
run: |
# https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: corepack enable

- uses: actions/setup-node@v4
Expand Down

0 comments on commit 221136a

Please sign in to comment.