Skip to content

Commit

Permalink
Merge pull request roboflow#1747 from roboflow/fix/pre-release-env
Browse files Browse the repository at this point in the history
fix: πŸ›  env value corrected for pypi pre release action to run properly
  • Loading branch information
onuralpszr authored Dec 16, 2024
2 parents 385c26a + 7c6668b commit a9aad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-and-publish-pre-release:
name: Publish Pre-releasePackage
runs-on: ubuntu-latest
environment: release
environment: test
timeout-minutes: 10
permissions:
id-token: write # Required for PyPI publishing
Expand Down

0 comments on commit a9aad67

Please sign in to comment.