mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
fix ci
This commit is contained in:
parent
66989462f4
commit
6c83d1e1a9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
body_path: ${{ github.workspace }}CHANGELOG.md
|
body_path: ${{ github.workspace }}/CHANGELOG.md
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
files: |
|
files: |
|
||||||
README.md
|
README.md
|
||||||
|
|
Loading…
Reference in a new issue