Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
intelligide committed Nov 17, 2023
1 parent c363753 commit beb5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
PackageBuildNumber:
required: false
type: number
default: ${{ github.run_number }}
default: ${{ fromJSON(github.run_number) }}

jobs:
build:
Expand Down

0 comments on commit beb5dbf

Please sign in to comment.