Skip to content

Commit c8bd690

Browse files
committed
Update workflow to package plugin correctly
1 parent 13d4d1d commit c8bd690

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*' # Triggers on version tags (e.g., v1.0)
7-
workflow_dispatch: # Allows manual triggering of the workflow
7+
workflow_dispatch:
88

99
jobs:
1010
build:
@@ -36,8 +36,9 @@ jobs:
3636
uses: softprops/action-gh-release@v1
3737
with:
3838
tag_name: ${{ github.ref_name }}
39-
release_name: Release ${{ github.ref_name }}
39+
name: Release ${{ github.ref_name }}
4040
body_path: release_notes.md
41+
token: ${{ secrets.GITHUB_TOKEN }}
4142
env:
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344

0 commit comments

Comments
 (0)