Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Mar 7, 2022
1 parent 7da79f2 commit a7c100e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ 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
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 a7c100e

Please sign in to comment.