Skip to content

Merge pull request #163 from dappnode/dappnodebot/bump-upstream/nethe… #145

Merge pull request #163 from dappnode/dappnodebot/bump-upstream/nethe…

Merge pull request #163 from dappnode/dappnodebot/bump-upstream/nethe… #145

Workflow file for this run

name: "Release"
on:
workflow_dispatch:
push:
branches:
- "master"
- "v[0-9]+.[0-9]+.[0-9]+"
paths-ignore:
- "README.md"
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish
run: npx @dappnode/dappnodesdk publish patch --dappnode_team_preset --timeout 2h
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEVELOPER_ADDRESS: "0xf35960302a07022aba880dffaec2fdd64d5bf1c1"