We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0eedf commit 7c0b135Copy full SHA for 7c0b135
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
permissions:
10
id-token: write
11
contents: write
12
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@feat/tom/BUILD-7998
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@7b055eca5ce771ff254fbec2697c0fc1c7207e1e # 6.4.0
13
with:
14
publishToPyPI: ${{ !github.event.release.prerelease }} # Only publish to PyPI for non-prerelease releases
15
publishToTestPyPI: ${{ github.event.release.prerelease }}
0 commit comments