Skip to content

Commit

Permalink
Revert #16 since solution makes CI fail on tagged commits to main
Browse files Browse the repository at this point in the history
  • Loading branch information
camerondurham committed May 28, 2021
1 parent 6470992 commit 90ed685
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Linux/Windows exit if not from main branch
if: endsWith(github.ref, 'main') == false
run: exit -1
# - name: Linux/Windows exit if not from main branch
# if: endsWith(github.ref, 'main') == false
# run: exit -1

- name: Make Linux
run: export PATH=/home/runner/go/bin/:$PATH && make linux
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: MacOS exit if not from main branch
if: endsWith(github.ref, 'main') == false
run: exit -1
# - name: MacOS exit if not from main branch
# if: endsWith(github.ref, 'main') == false
# run: exit -1

- name: Make Darwin
run: export PATH=/Users/runner/go/bin/:$PATH && make macos
Expand Down

0 comments on commit 90ed685

Please sign in to comment.