Skip to content

Commit

Permalink
wdt: CI: improvise release
Browse files Browse the repository at this point in the history
Change-Id: I960e6a650ee3b091c13aa814f03d4d2edad840aa
Signed-off-by: Vaisakh Murali <mvaisakh@statixos.com>
  • Loading branch information
mvaisakh committed Feb 14, 2023
1 parent ceff689 commit 2dbefeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
bash wsl-tar-gen.sh
- name: Create Release
run: |
gh release create ${{ env.date }} ./*.tar --generate-notes
gh release create ${{ env.date }} *.tar --generate-notes -t "WDT Release ${{ env.date }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2dbefeb

Please sign in to comment.