Skip to content

Commit

Permalink
Access environment.url through needs context
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 4, 2022
1 parent 5ef12cb commit 0988d8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tox-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ jobs:
run: >-
git tag
-m '${{ needs.pre-setup.outputs.git-tag }}'
-m 'Published at ${{ jobs.publish-pypi.environment.url }}'
-m 'Published at ${{ needs.publish-pypi.environment.url }}'
-m 'This release has been produced by the following workflow run: ${{
github.server_url
}}/${{
Expand Down Expand Up @@ -644,7 +644,9 @@ jobs:
body: |
# Release ${{ needs.pre-setup.outputs.git-tag }}
This release is published to ${{ jobs.publish-pypi.environment.url }}.
This release is published to ${{
needs.publish-pypi.environment.url
}}.
This release has been produced by the following workflow run: ${{
github.server_url
Expand Down

0 comments on commit 0988d8e

Please sign in to comment.