Skip to content

Commit

Permalink
Disable pre-release to perform sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed May 8, 2021
1 parent 40987fe commit 8d1a037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ steps.tag_name.outputs.tag }}
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
EP_PRE_RELEASE: "true"
#EP_PRE_RELEASE: "true"


build-macos:
Expand All @@ -56,7 +56,7 @@ jobs:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CSC_KEY_PASSWORD: "${{ secrets.CSC_KEY_PASSWORD }}"
CSC_LINK: "${{ secrets.CSC_LINK }}"
EP_PRE_RELEASE: "true"
#EP_PRE_RELEASE: "true"

build-windows:
runs-on: windows-latest
Expand All @@ -75,5 +75,5 @@ jobs:
if: ${{ steps.tag_name.outputs.tag }}
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
EP_PRE_RELEASE: "true"
#EP_PRE_RELEASE: "true"

0 comments on commit 8d1a037

Please sign in to comment.