Skip to content

Commit

Permalink
Test fixing non published releases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeterson91 authored Nov 16, 2024
1 parent d15a78a commit 71ef71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npx @dappnode/dappnodesdk build --provider remote --skip_save
- run: npx @dappnode/dappnodesdk build --provider remote

#e2e-test:
# runs-on: gnosis
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Publish
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset --timeout 1h
run: npx @dappnode/dappnodesdk publish --dappnode_team_preset --timeout 1h
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1"

0 comments on commit 71ef71a

Please sign in to comment.