Skip to content

Commit 66844e8

Browse files
committed
feat: release integartion plugin
1 parent 9e6bf72 commit 66844e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,5 @@ jobs:
179179
uses: softprops/action-gh-release@v2
180180
with:
181181
files: integration-plugin.tar
182-
token: ${{ secrets.GH_ACCESS_TOKEN }}
182+
token: ${{ secrets.GH_ACCESS_TOKEN }}
183+
tag_name: ${{ needs.build.outputs.latest_tag }}

0 commit comments

Comments
 (0)