Skip to content

Commit 39c2c9f

Browse files
dsp-antclaude
andcommitted
Remove environment constraint from release workflow jobs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0c0e15d commit 39c2c9f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
publish:
4343
runs-on: ubuntu-latest
4444
if: github.event_name == 'release'
45-
environment: release
4645
needs: build
4746

4847
permissions:
@@ -69,7 +68,6 @@ jobs:
6968
publish-github-container-registry:
7069
runs-on: ubuntu-latest
7170
if: github.event_name == 'release'
72-
environment: release
7371
needs: build
7472
permissions:
7573
contents: read

0 commit comments

Comments
 (0)