Compare commits
No commits in common. "3942c2ab18efe96717aa4c352bbae26a5387151e" and "0a68d1e630b30090ba731fa137ec5c65fae0bdb5" have entirely different histories.
3942c2ab18
...
0a68d1e630
3 changed files with 3 additions and 4 deletions
|
@ -68,7 +68,7 @@ jobs:
|
|||
apt-get install -y --no-install-recommends nodejs
|
||||
- name: Run publish script
|
||||
run: |
|
||||
node publish.mjs
|
||||
node publish.js
|
||||
- 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.6
|
||||
cosmic_reach_version=0.3.4
|
||||
# If unspecified, will use the version above
|
||||
cosmic_reach_server_version=0.3.6
|
||||
cosmic_reach_server_version=0.3.4
|
||||
cosmic_quilt_version=2.3.1
|
||||
#2.2.0
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ const includeGameVersionTypes = [
|
|||
"release",
|
||||
"beta",
|
||||
"alpha",
|
||||
"dev",
|
||||
// "pre-release",
|
||||
// "snapshot"
|
||||
];
|
Loading…
Reference in a new issue