update auto upload
This commit is contained in:
parent
0a68d1e630
commit
1aa4f726b1
2 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
|||
apt-get install -y --no-install-recommends nodejs
|
||||
- name: Run publish script
|
||||
run: |
|
||||
node publish.js
|
||||
node publish.mjs
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ const includeGameVersionTypes = [
|
|||
"release",
|
||||
"beta",
|
||||
"alpha",
|
||||
"dev",
|
||||
// "pre-release",
|
||||
// "snapshot"
|
||||
];
|
Loading…
Reference in a new issue