We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feb3ff9 + 3c5957f commit ae08969Copy full SHA for ae08969
1 file changed
.github/workflows/main.yml
@@ -15,15 +15,15 @@ jobs:
15
name: Build test
16
if: github.event_name != 'push'
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
- run: npx @dappnode/dappnodesdk build --skip_save
20
21
release:
22
name: Release
23
runs-on: ubuntu-latest
24
if: github.event_name == 'push'
25
26
27
- name: Publish
28
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset
29
env:
0 commit comments