Skip to content

Commit

Permalink
main.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Mar 9, 2024
1 parent ac10e6b commit f6a50cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
- run: |
sudo apt install libgtk-3-0 libgtk-3-dev
zig build -Doptimize=ReleaseSmall
tar -czf zigenity.tgz zig-out/bin/zigenity
- name: Release
run: hub release create ${{ env.Version }} -m "Automatic release ${{ env.Version }} $(date +'%Y.%m.%d_%H-%M')" -a zigenity.tgz
run: gh release create ${{ env.Version }} --latest -F changelog.md ./zig-out/bin/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#uses: softprops/action-gh-release@v2
#env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.1.1

Added GitHub action workflow for automatic releases.

## 0.1.0

Added support for the following widgets:

* `--question`
* `--password`
* `--file-selection`

This is the first release.

0 comments on commit f6a50cc

Please sign in to comment.