Skip to content

Commit

Permalink
feat: release every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Apr 17, 2024
1 parent 0733678 commit 80a0f54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ jobs:
with:
name: "${{ github.ref_name }} — ${{ env.DATE }}"
files: "./build/*"
- name: Release
uses: softprops/action-gh-release@v1
if: github.ref_type != 'tag'
with:
name: "${{ github.ref_name }} — ${{ env.DATE }}"
files: "./build/*"
tag_name: ci_latest
make_latest: false

0 comments on commit 80a0f54

Please sign in to comment.