Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers committed Jul 31, 2023
1 parent 171d216 commit de9c88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildanddeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# Extract the tag name that triggered the event and remove the 'refs/tags/' prefix
# change directory to the solution folder
cd $env:solution_folder
dir
$inputString = $env:GITHUB_REF
write-host "Input string is $inputString"
$prefix = "refs/tags/"
Expand Down

0 comments on commit de9c88c

Please sign in to comment.