Compare commits
2 commits
0a68d1e630
...
3942c2ab18
Author | SHA1 | Date | |
---|---|---|---|
|
3942c2ab18 | ||
|
1aa4f726b1 |
3 changed files with 4 additions and 3 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 }}."
|
||||
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ group=net.pietru
|
|||
id=cookie_utils
|
||||
|
||||
# Dependency Versions
|
||||
cosmic_reach_version=0.3.4
|
||||
cosmic_reach_version=0.3.6
|
||||
# If unspecified, will use the version above
|
||||
cosmic_reach_server_version=0.3.4
|
||||
cosmic_reach_server_version=0.3.6
|
||||
cosmic_quilt_version=2.3.1
|
||||
#2.2.0
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ const includeGameVersionTypes = [
|
|||
"release",
|
||||
"beta",
|
||||
"alpha",
|
||||
"dev",
|
||||
// "pre-release",
|
||||
// "snapshot"
|
||||
];
|
Loading…
Reference in a new issue