Skip to content

Commit

Permalink
use package version from variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Staffa committed Jan 19, 2024
1 parent 634ed7f commit 117f1fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: .NET Core
on:
push:
inputs:
version:
description: "Package Version"
required: true
default: "3.1.0.${{ GITHUB_RUN_ID }}-alpha"
workflow_dispatch:
inputs:
version:
description: "Package Version"
required: true
default: "3.1.0.6-alpha"
default: "3.1.0.${{ GITHUB_RUN_ID }}-alpha"

jobs:
build:
Expand Down

0 comments on commit 117f1fa

Please sign in to comment.