Skip to content

Commit

Permalink
Update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Nov 3, 2021
1 parent fc6ca55 commit 292eb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
go-version: '1.17.2'
- name: build binary files
run: make binary
- name: list directory
run: ls -la && ls -la bin
- name: release
uses: actions/create-release@v1
id: create_release
Expand All @@ -31,8 +33,6 @@ jobs:
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- name: list directory
run: ls -la && ls -la bin
- name: upload darwin_amd64 binary
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 292eb2f

Please sign in to comment.