Skip to content

Commit cc19855

Browse files
committed
patch
1 parent 2861e8a commit cc19855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
lfs: true
1919
fetch-depth: 0
2020

21-
21+
2222
- uses: ok-nick/setup-aftman@v0.4.2
2323
- run: "aftman install"
2424
- run: "rojo build -o weathermanager.rbxm"
@@ -27,7 +27,7 @@
2727
- uses: "marvinpinto/action-automatic-releases@latest"
2828
with:
2929
repo_token: "${{ secrets.GITHUB_TOKEN }}"
30-
automatic_release_tag: "latest"
30+
automatic_release_tag: "experimental"
3131
prerelease: true
3232
title: "Development Module Build"
3333
files: |

.github/workflows/tagged-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repo_token: '${{ secrets.GITHUB_TOKEN }}'
3030
prerelease: false
31-
title: "release ${{ github.ref_name }}"
31+
title: "stable release"
3232
automatic_release_tag: "latest"
3333
files: |
3434
LICENSE.md

0 commit comments

Comments
 (0)