Skip to content

Commit

Permalink
fix path and comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Dec 19, 2024
1 parent 7f0513f commit 448b2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
id: variables
run: |
name="prep-release/"
if [[ ${{ inputs.test_run }} == true ]]
if [[ "${{ inputs.test_run }}" == "true" ]]
then
name+="test-run/"
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
permissions:
contents: write
name: "Version bump and Changelog update"
uses: ./.github/actions/release-prep
uses: ./.github/workflows/pre_release.yml
with:
version_number: ${{ inputs.version_number }}
secrets:
Expand Down

0 comments on commit 448b2d3

Please sign in to comment.