Skip to content

Commit

Permalink
Remove unnecessary step in main action
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimog01 authored Apr 4, 2023
1 parent fc6d107 commit cbacf0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'repository_dispatch'
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: "10.x"
- name: Publish
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset --timeout 1h
env:
Expand Down

0 comments on commit cbacf0f

Please sign in to comment.