Skip to content

Commit

Permalink
chore(actions): remove custom action and use 2jammers/setup-pesde
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Dec 2, 2024
1 parent 44a0c43 commit 3e1b884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
29 changes: 0 additions & 29 deletions .github/actions/setup-pesde/action.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
uses: actions/checkout@v4

- name: Install pesde
uses: ./.github/actions/setup-pesde
uses: 2jammers/setup-pesde@v0.2.0
with:
pesde-token: ${{ secrets.PESDE_TOKEN }}
lune-version: v0.8.9
pesde-version: v0.5.0-rc.14
token: ${{ secrets.PESDE_TOKEN }}

- name: Install dependencies
run: pesde install
Expand Down

0 comments on commit 3e1b884

Please sign in to comment.