Skip to content

Commit 956de61

Browse files
authored
Merge pull request #14 from DealerDotCom/feature/protect_master
Force pushing on protected master
2 parents 1f7900e + c3889ec commit 956de61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git add CHANGELOG.md
7777
git commit --message "Updating Changelog"
7878
echo "::set-output name=commit::$(git rev-parse HEAD)"
79-
git push
79+
git push --force
8080
8181
- name: Deploy external documentation
8282
uses: peaceiris/[email protected]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Protecting the master branch but allowing force push to enable git actions to update the changelog
13+
1014
## [v2021-05-22T20.06.03] - 2021-05-22
1115

1216
### Fixed

0 commit comments

Comments
 (0)