Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Uncomment Go release for next time
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrannosaurus-becks committed Aug 11, 2020
1 parent cbf2b48 commit 3b7c940
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
id: get_version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})

# - name: Release Authenticator Binaries
# uses: goreleaser/goreleaser-action@v1
# with:
# version: latest
# workdir: authenticator
# args: release --rm-dist
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release Authenticator Binaries
uses: goreleaser/goreleaser-action@v1
with:
version: latest
workdir: authenticator
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Python SDK
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 3b7c940

Please sign in to comment.