File tree Expand file tree Collapse file tree 5 files changed +25
-13
lines changed
Expand file tree Collapse file tree 5 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1114permissions :
1215 contents : write
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments