File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name : Nightly release
1
+ name : Nightly release
2
2
3
3
permissions :
4
4
id-token : write
14
14
15
15
jobs :
16
16
create-nightly-release :
17
- name : Create Nightly release
17
+ name : Create Nightly release
18
18
runs-on : ubuntu-latest
19
-
19
+
20
20
steps :
21
21
- name : Checkout source code
22
22
uses : actions/checkout@v4
40
40
41
41
- name : Push manifest change
42
42
uses : EndBug/add-and-commit@v8
43
+ id : commit_manifest
43
44
with :
44
45
add : fxmanifest.lua
45
46
push : true
@@ -48,12 +49,12 @@ jobs:
48
49
message : " chore: bump manifest version to nightly ${{ steps.get_tag.outputs.release_tag }}"
49
50
50
51
51
- # super hacky
52
+ # super hacky
52
53
- name : Checkout source code
53
54
uses : actions/checkout@v4
54
55
with :
55
- fetch-depth : 0
56
-
56
+ ref : ${{ steps.commit_manifest.outputs.commit_sha }}
57
+
57
58
- name : Install pnpm
58
59
59
60
with :
@@ -113,4 +114,3 @@ jobs:
113
114
-H "Content-Type: application/octet-stream" \
114
115
"https://uploads.github.com/repos/project-error/npwd/releases/${{ steps.auto_release.outputs.release_id }}/assets?name=npwd.zip" \
115
116
--data-binary "@npwd.zip"
116
-
You can’t perform that action at this time.
0 commit comments