We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d02964 commit 0f5c83bCopy full SHA for 0f5c83b
.github/workflows/publish-to-pypi.yml
@@ -25,13 +25,8 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v2
28
- - name: Set tag value
29
- id: tag-val
30
- run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
31
- name: Release on Github
32
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v3
33
with:
34
- body_path: release_notes/${{ steps.tag-val.outputs.SOURCE_TAG }}.md
35
- env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
- GITHUB_REPOSITORY: network-unit-testing-system/nuts
+ body_path: ${{ github.workspace }}/release_notes/${{ github.ref_name }}.md
+
0 commit comments