Skip to content

Commit

Permalink
chore(ci): temporarily disable goreleaser
Browse files Browse the repository at this point in the history
GH Action was causing some issues
  • Loading branch information
fallion committed Feb 27, 2020
1 parent a527d4c commit c34c644
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: goreleaser
uses: docker://goreleaser/goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: release
if: success()
# Temp blocker until issue in GH Action fixed
# - name: goreleaser
# uses: docker://goreleaser/goreleaser
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# args: release
# if: success()

- name: Kaniko build
uses: outillage/kaniko-action@master
Expand Down

0 comments on commit c34c644

Please sign in to comment.