Skip to content

Commit

Permalink
chore: fix changelog generationworkflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jul 11, 2024
1 parent 847ba10 commit 056b3aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@ on:

permissions:
id-token: write # This is required for requesting the JWT
contents: read
contents: write

jobs:
deploy:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
with:
node-version: 18
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'

- run: npx changelogithub
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Set up Python 3.8

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 056b3aa

Please sign in to comment.