Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored Dec 19, 2024
1 parent 122187a commit d8b73da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: release-table-webview
name: release-package

on:
workflow_dispatch:
inputs:
package:
description: 'Package to release'
required: true
type: choice
options:
- 'table-webview'

Expand All @@ -25,6 +26,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
scope: '@kieler'
- run: yarn
- run: yarn build
- name: Publish ${{ inputs.package }}
Expand Down

0 comments on commit d8b73da

Please sign in to comment.