Skip to content

Commit ed9a0c0

Browse files
committed
fix: Automatic Release Action
1 parent feb01b7 commit ed9a0c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-automatic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- uses: "marvinpinto/action-automatic-releases@latest"
1818
with:
1919
repo_token: "${{ secrets.GITHUB_TOKEN }}"
20-
automatic_release_tag: "latest"
20+
automatic_release_tag: "stable"
2121
prerelease: false
22-
title: "Development ${{ env.GITHUB_REF }}"
22+
title: "Release ${{ env.GITHUB_REF }}"
2323
files: |
2424
LICENSE.txt
2525
*.js

0 commit comments

Comments
 (0)