Skip to content

Commit 61d7edf

Browse files
committed
test development of gh-action_release
1 parent 372133b commit 61d7edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
id-token: write
1313
contents: write
14-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@master
14+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@chore/mm/BUILD-4795
1515
with:
1616
publishToPyPI: ${{ !github.event.release.prerelease }} # Only publish to PyPI for non-prerelease releases
1717
publishToTestPyPI: ${{ github.event.release.prerelease }}

0 commit comments

Comments
 (0)