Skip to content

Commit

Permalink
Add Working Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Dec 4, 2024
1 parent 5335621 commit ebec17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
PACKAGE_NAME: ${{ inputs.package }}
BUMP_TYPE: ${{ inputs.type }}
run: |
echo "NEW_VERSION=$(pwsh -File ./scripts/UpdatePackageVersion.ps1 -PackageName $env:PACKAGE_NAME -BumpType $env:BUMP_TYPE)" >> $GITHUB_OUTPUT
echo "NEW_VERSION=$(pwsh -WorkingDirectory "${{ github.workspace }}" -File ./scripts/UpdatePackageVersion.ps1 -PackageName $env:PACKAGE_NAME -BumpType $env:BUMP_TYPE)" >> $GITHUB_OUTPUT
- name: Create PR
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down

0 comments on commit ebec17d

Please sign in to comment.