Skip to content

Commit

Permalink
Fix publish action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 7, 2023
1 parent b21fc14 commit 725b491
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: Publish
name: Publish to NPM
defaults:
run:
shell: bash

on:
workflow_dispatch:
inputs:
name:
description: 'Release name'
required: true
default: 'Minor Update'
text:
description: 'Patch notes'
required: true
default: Fixed minor issues.
workflow_dispatch

jobs:
Publish:
Expand Down

0 comments on commit 725b491

Please sign in to comment.