Skip to content

Commit

Permalink
Merge pull request #241 from consensusnetworks/develop
Browse files Browse the repository at this point in the history
Promote develop to master
  • Loading branch information
shanejearley committed Jan 13, 2023
2 parents 34ba1ae + ebec79b commit b20e9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git checkout ${GITHUB_REF##*/} -- package.json package-lock.json CHANGELOG.md
git add -A
git diff-index --quiet HEAD || git commit -am "Sync released version files (skip deploy)"
git push origin $TARGET_BRANCH
git push --force origin $TARGET_BRANCH
env:
TARGET_BRANCH: develop

Expand Down
1 change: 1 addition & 0 deletions cdk-outputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit b20e9af

Please sign in to comment.