diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b9ed11..917413b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: release-notes - path: RELEASE_NOTES.md + path: notes pypi-release: runs-on: ubuntu-latest @@ -99,10 +99,10 @@ jobs: uses: actions/download-artifact@v3 with: name: release-notes - path: RELEASE_NOTES.md + path: notes - name: Create a GitHub release env: GITHUB_TOKEN: ${{ github.TOKEN }} shell: bash run: | - gh release create '${{ github.ref }}' --title 'Release v${{ needs.versions.outputs.release-version }}' --notes "$(cat RELEASE_NOTES.md)" dist/* man/pyee.1 + gh release create '${{ github.ref }}' --title 'Release v${{ needs.versions.outputs.release-version }}' --notes "$(cat notes/RELEASE_NOTES.md)" dist/* man/pyee.1