Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Dec 15, 2024
1 parent 262740f commit 62e95d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rekease
name: Release

on:
push:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:
message: Bump version to ${{ github.ref_name }}
default_author: github_actions

publish-build:
name: Publish Build
build:
name: Build
runs-on: ubuntu-latest
needs: bump
steps:
Expand All @@ -62,7 +62,7 @@ jobs:
run: rojo build standalone.project.json --output ./Standalone.rbxm

- name: Draft release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.2.0
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
Expand All @@ -74,8 +74,8 @@ jobs:
files: |
./Standalone.rbxm
publish-package:
name: Publish Package
package:
name: Package
runs-on: ubuntu-latest
needs: bump
steps:
Expand All @@ -90,4 +90,5 @@ jobs:

- name: Publish
run: |
pesde install
pesde publish -y
1 change: 1 addition & 0 deletions standalone.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ui",
"tree": {
"$className": "Folder",
"src": {
"$className": "Folder",
"init": {
Expand Down

0 comments on commit 62e95d5

Please sign in to comment.