Skip to content

Commit cd77c6e

Browse files
committed
Create release page
1 parent cceca14 commit cd77c6e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags: [ 'v*.*.*' ]
66

77
permissions:
8-
contents: read
8+
contents: write
99

1010
env:
1111
DOTNET_NOLOGO: 1
@@ -68,3 +68,10 @@ jobs:
6868
dotnet nuget push "*.nupkg" --api-key $env:NUGET_PUSH_KEY --source https://api.nuget.org/v3/index.json
6969
env:
7070
NUGET_PUSH_KEY: ${{ secrets.NUGET_PUSH_KEY }}
71+
72+
- name: release
73+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1, v0.1.15
74+
if: always() && startsWith(github.ref, 'refs/tags/')
75+
with:
76+
name: 'VbaCompression ${{ github.ref_name }}'
77+
body_path: ${{ github.workspace }}/src/Kavod.Vba.Compression/README.md

0 commit comments

Comments
 (0)