actions(cd), packaging(wally): Fix pesde publishing, fix distribution
This commit is contained in:
parent
a31df380db
commit
d3b6212463
4 changed files with 6 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -76,4 +76,4 @@ jobs:
|
|||
run: pesde auth login --token "${{ secrets.PESDE_AUTH_TOKEN }}"
|
||||
|
||||
- name: Pesde Publish
|
||||
run: pesde publish
|
||||
run: pesde publish -y
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
"Packages": {
|
||||
"$className": "Folder",
|
||||
"$path": "Packages",
|
||||
"jecs": {
|
||||
"$path": "jecs.luau"
|
||||
},
|
||||
"jecs_utils": {
|
||||
"$path": "lib"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "mark_marks/jecs_utils"
|
||||
version = "0.1.7-rc.0"
|
||||
version = "0.1.7-rc.1"
|
||||
description = "A set of utilities for jecs"
|
||||
authors = ["marked/Mark-Marks"]
|
||||
repository = "https://github.com/mark-marks/jecs-utils"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mark-marks/jecs-utils"
|
||||
version = "0.1.7-rc.0"
|
||||
version = "0.1.7-rc.1"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue