Skip to content

Commit

Permalink
Add changelog file to set release note & update list directory action
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Nov 2, 2021
1 parent ed08e8d commit 35f1188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
prerelease: false
release_name: ${{ github.ref }}
tag_name: ${{ github.ref }}
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ github.token }}
- name: list current directory
run: ls -la
- name: list directory
run: ls -la && ls -la bin
- name: upload darwin_amd64 binary
uses: actions/upload-release-asset@v1
env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Automate release process
* Add self update functionality

0 comments on commit 35f1188

Please sign in to comment.