Skip to content

Commit

Permalink
Update release-pontos.yml
Browse files Browse the repository at this point in the history
All workflow and action inputs are strings implicitly. Therefore use a string here too.
  • Loading branch information
bjoernricks committed Jun 30, 2023
1 parent 74face3 commit 2b311ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
release-version: ${{ inputs.release-version }}
ref: ${{ steps.release-type.outputs.release-ref }}
versioning-scheme: "semver"
sign-release-files: false
sign-release-files: "false"

build-dist:
name: Build JavaScript files
Expand Down

0 comments on commit 2b311ec

Please sign in to comment.