Skip to content

Commit

Permalink
feat(BUILD-4592): gh-action_release master
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-carsique-sonarsource committed Mar 18, 2024
1 parent bc23bf0 commit 2cc0560
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
release:
types:
- published
workflow_dispatch:

env:
PYTHONUNBUFFERED: 1
Expand All @@ -16,7 +15,7 @@ jobs:
permissions:
id-token: write
contents: write
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
with:
publishToPyPI: true
publishToTestPyPI: true
3 changes: 0 additions & 3 deletions .github/workflows/release_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: sonar-release (dry run)
# This workflow is triggered when publishing a new GitHub release
# yamllint disable-line rule:truthy
on:
release:
types:
- published
workflow_dispatch:

env:
Expand Down

0 comments on commit 2cc0560

Please sign in to comment.