Skip to content

Commit

Permalink
Admin: Setup Github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 6, 2024
1 parent e157594 commit a58a378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
run: |
git tag ${{ env.VERSION }}
git push origin ${{ env.VERSION }}
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
name: ${{ env.VERSION }}
tag_name: ${{ env.VERSION }}
files: dist/*

0 comments on commit a58a378

Please sign in to comment.