Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gldeng authored Apr 16, 2024
1 parent d8d88da commit 6153bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ls $GITHUB_WORKSPACE
- name: Read version from version.props
run: |
version=$(grep -oP '<Version>\K[^<]+' $GITHUB_WORKSPACE/common.props)
version=$(grep -oP '<Version>\K[^<]+' ${{ github.action_path }}/../../common.props)
echo "VERSION=$version" >> $GITHUB_ENV
- name: Determine if preview version
Expand Down

0 comments on commit 6153bc9

Please sign in to comment.