Skip to content

Commit

Permalink
fix: remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Aug 2, 2024
1 parent 8cbe576 commit 3a04c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
outputs:
tag: ${{ steps.semver.outputs.next }}
old_tag: ${{ steps.semver.outputs.current }}
environment: codegen
steps:
- name: Create Github token
uses: actions/create-github-app-token@v1
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
release:
runs-on: ubuntu-latest
needs: bump
environment: codegen
steps:
- name: Create Github token
uses: actions/create-github-app-token@v1
Expand Down Expand Up @@ -117,7 +115,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: release
environment: codegen
environment:
name: testpypi
url: https://test.pypi.org/p/drodarie_test_actions
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

Expand Down

0 comments on commit 3a04c09

Please sign in to comment.