We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc23bf0 commit 2cc0560Copy full SHA for 2cc0560
.github/workflows/release.yml
@@ -6,7 +6,6 @@ on:
6
release:
7
types:
8
- published
9
- workflow_dispatch:
10
11
env:
12
PYTHONUNBUFFERED: 1
@@ -16,7 +15,7 @@ jobs:
16
15
permissions:
17
id-token: write
18
contents: write
19
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@feat/jd/BUILD-4567-release-workflow-fix
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@master
20
with:
21
publishToPyPI: true
22
publishToTestPyPI: true
.github/workflows/release_dry_run.yml
@@ -3,9 +3,6 @@ name: sonar-release (dry run)
3
# This workflow is triggered when publishing a new GitHub release
4
# yamllint disable-line rule:truthy
5
on:
- release:
- types:
- - published
workflow_dispatch:
0 commit comments