Skip to content

Commit f9e774e

Browse files
use checkout@v2
Signed-off-by: Michée Lengronne <[email protected]>
1 parent f6ea81b commit f9e774e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: create release draft
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v2
1414

1515
- name: 'Get Previous tag'
1616
id: previoustag
@@ -61,8 +61,6 @@ jobs:
6161
path: ./CHANGELOGRELEASE.md
6262

6363
- uses: actions/checkout@v2
64-
with:
65-
ref: master
6664

6765
- name: Create Release draft
6866
id: create_release

0 commit comments

Comments
 (0)