Skip to content

Commit 0f5c83b

Browse files
committed
Update workflow relase on github without testing
1 parent 1d02964 commit 0f5c83b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- 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/}
3128
- name: Release on Github
32-
uses: softprops/action-gh-release@v1
29+
uses: softprops/action-gh-release@v3
3330
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
31+
body_path: ${{ github.workspace }}/release_notes/${{ github.ref_name }}.md
32+

0 commit comments

Comments
 (0)