Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
triyanox committed Sep 22, 2023
1 parent 2e5be94 commit c4a036a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
publish:
Expand All @@ -23,8 +26,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.sha }}
release_name: Release-${{ github.run_number }}
tag_name: v${{ github.ref_name }}
release_name: matz@v${{ github.ref_name }}
body: |
Changes in this release:
- Add feature A
- Fix bug B
draft: false
prerelease: false
- name: Download Artifact
Expand Down

0 comments on commit c4a036a

Please sign in to comment.