Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
myuce committed Mar 31, 2024
1 parent 9b23097 commit 5928dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1.14.0
with:
tag: pre-release
tag_name: ${{ github.sha }}-pre-release # Use commit SHA as tag name
release_name: "Pre-Release ${{ github.sha }}"
body: "Built from commit ${{ github.sha }}"
Expand Down

0 comments on commit 5928dcc

Please sign in to comment.