Skip to content

Commit 6f862be

Browse files
Merge pull request #152 from christopher-buss/release/d212b0570c75e59c6f34c87264cebb57df47bac7
Release d212b05
2 parents 70ff52e + d212b05 commit 6f862be

File tree

5 files changed

+25
-13
lines changed

5 files changed

+25
-13
lines changed

.github/workflows/release-development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: rojo build ./default.project.json --output place.rbxlx
5454

5555
- name: Upload place
56-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
56+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
5757
with:
5858
name: place
5959
path: place.rbxlx

.github/workflows/release-flow.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ on:
55
inputs:
66
version:
77
type: string
8-
required: true
8+
required: false
99
description: Version to release
10+
pull_request:
11+
types:
12+
- closed
1013

1114
permissions:
1215
contents: write
@@ -21,7 +24,7 @@ jobs:
2124
release_workflow:
2225
runs-on: ubuntu-latest
2326
steps:
24-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2528
with:
2629
fetch-depth: 0
2730

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: rojo build ./build.project.json --output place.rbxlx
5757

5858
- name: Upload place
59-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
59+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
6060
with:
6161
name: place
6262
path: place.rbxlx
@@ -92,15 +92,15 @@ jobs:
9292
runs-on: ubuntu-latest
9393
needs: deploy
9494
steps:
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
9696
- name: Bump version and push tag
9797
id: tag_version
98-
uses: mathieudutour/github-tag-action@v6.2
98+
uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b # v6.2
9999
with:
100100
github_token: ${{ secrets.GITHUB_TOKEN }}
101101

102102
- name: Create a GitHub release
103-
uses: ncipollo/release-action@v1
103+
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1
104104
with:
105105
tag: ${{ steps.tag_version.outputs.new_tag }}
106106
name: Release ${{ steps.tag_version.outputs.new_tag }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@rbxts/make": "1.0.6",
4545
"@rbxts/message-templates": "0.3.2",
4646
"@rbxts/object-utils": "1.0.4",
47+
"@rbxts/player-module-types": "0.1.0",
4748
"@rbxts/pretty-react-hooks": "0.5.2",
4849
"@rbxts/promise-child": "1.2.1",
4950
"@rbxts/rbx-debug": "1.0.1",

pnpm-lock.yaml

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)