We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a13ce3 commit 4b12a31Copy full SHA for 4b12a31
.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@95d8b6f47f87da30655fe7fdaa5c4f319f1220df # 5.13.0
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@feat/tom/BUILD-7998
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