Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd committed Oct 17, 2023
1 parent 508701a commit d100de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3

Expand All @@ -36,7 +37,7 @@ jobs:
run: poetry install --no-interaction

- name: Update version
run: poetry run python ./s/update-version ${{ inputs.version }}
run: poetry run ./s/update-version ${{ inputs.version }}

- name: Build
run: poetry build
Expand Down

0 comments on commit d100de5

Please sign in to comment.