Skip to content

Commit bdc4670

Browse files
committed
chore: remove unused 'ci' environment from release workflows
The ci environment gate is no longer needed (it predated the JFrog migration and gated CodeArtifact AWS credential approval). Removing it also clears the approval gate that left release runs stuck in 'waiting'.
1 parent 3730335 commit bdc4670

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ permissions:
2222
jobs:
2323
prerelease:
2424
runs-on: ubuntu-latest
25-
environment: ci
2625
steps:
2726
- uses: actions/checkout@v5
2827
- uses: actions/setup-node@v6

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ permissions: write-all
1010
jobs:
1111
release-github:
1212
runs-on: ubuntu-latest
13-
environment: ci
1413
outputs:
1514
release_created: ${{ steps.release.outputs.release_created }}
1615
steps:

0 commit comments

Comments
 (0)