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