diff --git a/.forgejo/workflows/syncandrelease.yml b/.forgejo/workflows/syncandrelease.yml index 945b23a..c47b63f 100644 --- a/.forgejo/workflows/syncandrelease.yml +++ b/.forgejo/workflows/syncandrelease.yml @@ -36,18 +36,16 @@ jobs: - name: Publish Luau Target run: pesde publish -y - - name: Manifest Switcharoo + # Much hacky, much evil + - name: Publish Roblox Target run: | mv pesde.toml pesde-luau.toml mv pesde-rbx.toml pesde.toml - - - name: Publish Roblox Target - run: pesde publish -y - - - name: Manifest Switcharoo - run: | + pesde install + pesde publish -y mv pesde.toml pesde-rbx.toml mv pesde-luau.toml pesde.toml + pesde install - name: Read Jecs Version id: read_jecs_version @@ -56,6 +54,7 @@ jobs: echo "JECS_VERSION=$version" >> $GITHUB_OUTPUT - name: Create Pull Request + id: create_pull_request uses: https://git.devmarked.win/actions/create-pull-request@7174d368c2e4450dea17b297819eb28ae93ee645 with: title: Sync to upstream Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}