From f8c8470171b28334722689c084d93475812a82e5 Mon Sep 17 00:00:00 2001 From: Alice <166900055+alicesaidhi@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:10:08 +0100 Subject: [PATCH] fix pesde and wally workflow --- .github/workflows/wallypesde.yml | 40 +++++++++++++++++--------------- .gitignore | 5 +++- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/.github/workflows/wallypesde.yml b/.github/workflows/wallypesde.yml index 57c36c6..995f7d0 100644 --- a/.github/workflows/wallypesde.yml +++ b/.github/workflows/wallypesde.yml @@ -11,10 +11,28 @@ env: GH_TOKEN: ${{ github.token }} jobs: - setup: + wally: runs-on: ubuntu-latest steps: - + + - name: checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: setup rokit + uses: CompeyDev/setup-rokit@v0.1.2 + + - name: login + run: wally login --token ${{ secrets.WALLY_TOKEN }} + + - name: publish + run: wally publish + + pesde: + runs-on: ubuntu-latest + steps: + - name: checkout uses: actions/checkout@v4 with: @@ -25,23 +43,7 @@ jobs: - name: setup pesde run: pesde install - - wally: - runs-on: ubuntu-latest - needs: setup - steps: - - - name: login - run: wally login --token ${{ secrets.WALLY_TOKEN }} - - - name: publish - run: wally publish - - pesde: - runs-on: ubuntu-latest - needs: setup - steps: - + - name: login run: pesde auth login --token ${{ secrets.PESDE_TOKEN }} diff --git a/.gitignore b/.gitignore index 374f77a..da4860c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ docs/package-lock.json luau_packages/ lune_packages/ -.pesde/ \ No newline at end of file +.pesde/ + +wally.lock +pesde.lock \ No newline at end of file