Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle079 authored Feb 2, 2024
1 parent 3cfe0ca commit 59528d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
$version = $version.Trim() # Trimming to ensure clean output
$version = $version -replace 'Version: ', '' # Extracting just the version number
echo "version=$version" >> $Env:GITHUB_OUTPUT
working-directory: ./RDSService/RDSService
working-directory: ./RDSService

- name: Create service Release
id: create_release
Expand Down

0 comments on commit 59528d6

Please sign in to comment.