Skip to content

Commit

Permalink
Merge pull request #393 from dappnode/pablo/force-to-update-profile
Browse files Browse the repository at this point in the history
update profile on new releases
  • Loading branch information
pablomendezroyo authored Mar 7, 2022
2 parents 3b87615 + 4b5b685 commit 7da79f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: .github/*
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,11 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
add-paths: "dappnode_package.json"
commit-message: "update profile core packages versions"
branch: "update-profile"
title: "update profile core packages versions"
delete-branch: true

0 comments on commit 7da79f2

Please sign in to comment.