Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored May 2, 2023
1 parent 1e52052 commit 75e2834
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
release:
runs-on: ubuntu-latest

permissions:
# This permission is required for trusted publishing.
id-token: write
contents: read

# Steps represent matrix sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -29,7 +34,6 @@ jobs:
poetry version ${{ github.ref_name }}
poetry build

- name: Mint token
id: mint
uses: tschm/[email protected]
Expand Down

0 comments on commit 75e2834

Please sign in to comment.