Skip to content

Commit 5dda090

Browse files
authored
Merge pull request #143 from valory-xyz/josh/remove-verify-main
Remove breaking main check from release.yml
2 parents 38edbcd + e977476 commit 5dda090

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

-11
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ on:
1010
- 'v*.*.*'
1111

1212
jobs:
13-
verify-main-branch: # ensures we only release from main
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Exit if not on main branch
17-
if: github.ref != 'refs/heads/main'
18-
run: echo "Not on main branch, exiting" && exit -1
19-
2013
release-middleware:
21-
needs:
22-
- "verify-main-branch"
2314
runs-on: "ubuntu-latest"
2415
steps:
2516
- uses: actions/checkout@v2
@@ -47,12 +38,10 @@ jobs:
4738
password: ${{ secrets.PYPI_TOKEN }}
4839
skip-existing: true
4940
packages-dir: dist/
50-
5141
release-operate:
5242
runs-on: macos-latest
5343
needs:
5444
- "release-middleware"
55-
- "verify-main-branch"
5645
steps:
5746
- uses: actions/checkout@v2
5847
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)