Skip to content

Commit afda502

Browse files
committed
Revert "Use staging environment in cli-release-staging workflow jobs"
This reverts commit 8d15d39.
1 parent f6c1f54 commit afda502

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cli-release-staging.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ permissions:
1414
contents: write
1515

1616
jobs:
17-
1817
prepare-and-commit-staging:
1918
runs-on: ubuntu-latest
20-
environment: staging
2119
if: |
2220
(github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[codecane]')) ||
2321
(github.event_name == 'push' && contains(github.event.head_commit.message, '[codecane]'))
@@ -120,7 +118,6 @@ jobs:
120118

121119
build-staging-binaries:
122120
needs: prepare-and-commit-staging
123-
en vironment: staging
124121
uses: ./.github/workflows/cli-release-build.yml
125122
with:
126123
binary-name: codecane
@@ -133,7 +130,6 @@ jobs:
133130
create-staging-release:
134131
needs: [prepare-and-commit-staging, build-staging-binaries]
135132
runs-on: ubuntu-latest
136-
environment: staging
137133
steps:
138134
- uses: actions/checkout@v4
139135
with:
@@ -211,7 +207,6 @@ jobs:
211207
create-staging-release,
212208
]
213209
runs-on: ubuntu-latest
214-
environment: staging
215210
permissions:
216211
contents: read
217212
id-token: write

0 commit comments

Comments
 (0)