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 bb30efb commit d8d88da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check Dir
run: |
ls $GITHUB_WORKSPACE
- name: Read version from version.props
run: |
version=$(grep -oP '<Version>\K[^<]+' $GITHUB_WORKSPACE/common.props)
Expand Down

0 comments on commit d8d88da

Please sign in to comment.