Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AZ-X authored May 6, 2020
1 parent 0e1351b commit 0e12f61
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ jobs:
name: my-artifact
path: ./out

- name: Release
uses: docker://antonyurchenko/git-release:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "false"
PRE_RELEASE: "false"
ALLOW_EMPTY_CHANGELOG: "true"
CHANGELOG_FILE: README.md
- uses: "marvinpinto/action-automatic-releases@latest"
with:
args: |
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag : latest
prerelease: false
files: |
./out/docker-machine-driver-vmware.exe

0 comments on commit 0e12f61

Please sign in to comment.