Skip to content

Commit

Permalink
CI: updated release action
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 23, 2024
1 parent 04e4092 commit 6c456eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write # To create a release
steps:
- uses: actions/checkout@v4

Expand All @@ -100,8 +101,6 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body_path: description.md
files: |
Expand Down

0 comments on commit 6c456eb

Please sign in to comment.