Skip to content

Commit a52b860

Browse files
committed
feat: release integartion plugin
1 parent 90a0f20 commit a52b860

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches: ["main", "dev"]
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
environment: main
@@ -78,12 +81,14 @@ jobs:
7881
working-directory: ./integration-plugin
7982
run: |
8083
tar -cvf integration-plugin.tar build
84+
8185
- name: Release Integration Plugin
82-
working-directory: ./integration-plugin
8386
uses: softprops/action-gh-release@v2
8487
with:
85-
files: integration.tar
88+
files: ./integration-plugin/integration-plugin.tar
8689
token: ${{ secrets.GH_ACCESS_TOKEN }}
90+
91+
8792
- name: Set Latest Tag Output
8893
id: set_latest_tag
8994
run: |

0 commit comments

Comments
 (0)