Skip to content

Commit

Permalink
ci: Only one job can deploy to release environment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Dec 2, 2024
1 parent a4b49ec commit 86eb49d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
tag-restriction:
name: Tag must match semantic versioning pattern
runs-on: ubuntu-latest
environment: release
steps:
- shell: bash
run: |
Expand All @@ -19,7 +18,6 @@ jobs:
build:
name: Build package distributions
runs-on: ubuntu-latest
environment: release
permissions:
contents: read
needs: tag-restriction
Expand Down Expand Up @@ -111,7 +109,6 @@ jobs:
clean:
name: Delete package distributions artifacts
runs-on: ubuntu-latest
environment: release
if: always()
needs: publish
steps:
Expand Down

0 comments on commit 86eb49d

Please sign in to comment.