Skip to content

Commit

Permalink
Fixed GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Dec 6, 2023
1 parent bffeed2 commit 9bfc03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Publish E2E Test Suites
run-name: ${{ format('Publish {0} E2E Test Suites {1}', inputs.release_type) }}
run-name: ${{ format('Publish E2E Test Suites{0} {1} Release', ':', inputs.release_type) }}
on:
workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.32", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 comments on commit 9bfc03a

Please sign in to comment.