Skip to content

Commit f6ea81b

Browse files
checkout master hopefully
Signed-off-by: Michée Lengronne <[email protected]>
1 parent 86af2b6 commit f6ea81b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
push-branch: 'master'
5151
commit-message: 'update inspec.yml and changelog'
52-
force-add: 'true'
5352
files: inspec.yml CHANGELOG.md
5453
name: dev-sec CI
5554
55+
rebase: 'true'
5656

5757
- name: Read CHANGELOG.md
5858
id: package
@@ -62,8 +62,7 @@ jobs:
6262

6363
- uses: actions/checkout@v2
6464
with:
65-
fetch-depth: 2
66-
- run: git pull
65+
ref: master
6766

6867
- name: Create Release draft
6968
id: create_release

0 commit comments

Comments
 (0)