Skip to content

Commit

Permalink
SAVEPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua-Ming Huang committed Aug 4, 2024
1 parent 579c068 commit 49f36e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/auto-create-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Auto Create Release

on:
workflow_dispatch:
push:
tags:
- "*"
workflow_dispatch
push

jobs:
build:
Expand All @@ -20,6 +18,7 @@ jobs:
run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.md
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body: |
Line1
Expand Down

0 comments on commit 49f36e8

Please sign in to comment.