Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Staffa committed Jan 19, 2024
1 parent 117f1fa commit 5b49d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
version:
description: "Package Version"
required: true
default: "3.1.0.${{ GITHUB_RUN_ID }}-alpha"
default: "3.1.0.${{ env.GITHUB_RUN_ID }}-alpha"
workflow_dispatch:
inputs:
version:
description: "Package Version"
required: true
default: "3.1.0.${{ GITHUB_RUN_ID }}-alpha"
default: "3.1.0.${{ env.GITHUB_RUN_ID }}-alpha"

jobs:
build:
Expand Down

0 comments on commit 5b49d28

Please sign in to comment.