Skip to content

Commit 2cc0560

Browse files
feat(BUILD-4592): gh-action_release master
1 parent bc23bf0 commit 2cc0560

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
release:
77
types:
88
- published
9-
workflow_dispatch:
109

1110
env:
1211
PYTHONUNBUFFERED: 1
@@ -16,7 +15,7 @@ jobs:
1615
permissions:
1716
id-token: write
1817
contents: write
19-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@feat/jd/BUILD-4567-release-workflow-fix
18+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@master
2019
with:
2120
publishToPyPI: true
2221
publishToTestPyPI: true

.github/workflows/release_dry_run.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: sonar-release (dry run)
33
# This workflow is triggered when publishing a new GitHub release
44
# yamllint disable-line rule:truthy
55
on:
6-
release:
7-
types:
8-
- published
96
workflow_dispatch:
107

118
env:

0 commit comments

Comments
 (0)