Skip to content

Commit

Permalink
changing to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman12 committed Apr 17, 2024
1 parent f6e7166 commit 4995bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
checkAuthOnly:
description: 'For checking that auth works'
required: true
type: choice
options:
- "true"
type: boolean
# options:
# - true
concurrency: ${{ github.workflow }}-${{ github.ref }}


Expand Down

0 comments on commit 4995bcf

Please sign in to comment.