Skip to content

Commit

Permalink
praparing release for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Oct 25, 2024
1 parent 63dbed4 commit 8cd61fa
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/publish-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
run: |
yarn install
npm run "build bex (publish)"
- name: Upload & release
uses: mnao305/[email protected]
- uses: wdzeng/edge-addon@v2
name: "Upload and release"
with:
file-path: dist/bex/Packaged.tabsets.net.zip
extension-id: afkknkdbgondbbfjehipnjmojndnjhjg
client-id: ${{ secrets.CLIENT_ID }}
client-secret: ${{ secrets.CLIENT_SECRET }}
refresh-token: ${{ secrets.REFRESH_TOKEN }}
publish: false
product-id: your-addon-product-id
zip-path: your-addon.zip
api-key: ${{ secrets.EDGE_API_KEY }}
client-id: ${{ secrets.EDGE_CLIENT_ID }}

0 comments on commit 8cd61fa

Please sign in to comment.