diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 835b058..db7f9e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,14 +54,14 @@ jobs: name: dev-sec CI email: hello@dev-sec.io - - 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