We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2861e8a commit cc19855Copy full SHA for cc19855
.github/workflows/pre-releases.yml
@@ -18,7 +18,7 @@
18
lfs: true
19
fetch-depth: 0
20
21
-
+
22
- uses: ok-nick/setup-aftman@v0.4.2
23
- run: "aftman install"
24
- run: "rojo build -o weathermanager.rbxm"
@@ -27,7 +27,7 @@
27
- uses: "marvinpinto/action-automatic-releases@latest"
28
with:
29
repo_token: "${{ secrets.GITHUB_TOKEN }}"
30
- automatic_release_tag: "latest"
+ automatic_release_tag: "experimental"
31
prerelease: true
32
title: "Development Module Build"
33
files: |
.github/workflows/tagged-releases.yml
@@ -28,7 +28,7 @@ jobs:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false
- title: "release ${{ github.ref_name }}"
+ title: "stable release"
automatic_release_tag: "latest"
34
LICENSE.md
0 commit comments