Skip to content

Commit

Permalink
fix: working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
whichwit authored Nov 5, 2023
1 parent 58b8c1a commit 273eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Get current version
id: get-version
run: |
echo "version=$(versionize inspect)" >> $GITHUB_OUTPUT
echo "version=$(versionize inspect -w ${{ matrix.proj }})" >> $GITHUB_OUTPUT
- name: Create release Pull Request
uses: peter-evans/create-pull-request@v5
id: cpr
Expand Down

0 comments on commit 273eb34

Please sign in to comment.