Skip to content

Commit

Permalink
Merge pull request #32 from dev-sec/version_checkout
Browse files Browse the repository at this point in the history
read the CHANGELOG before the checkout
  • Loading branch information
micheelengronne authored Jul 23, 2020
2 parents 1616feb + d88b381 commit fb92ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
name: dev-sec CI
email: [email protected]

- uses: actions/checkout@v1

- name: Read CHANGELOG.md
id: package
uses: juliangruber/read-file-action@v1
with:
path: ./CHANGELOGRELEASE.md

- uses: actions/checkout@v1

- name: Create Release draft
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit fb92ab7

Please sign in to comment.