Skip to content

Commit

Permalink
echo modifiedfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
KBBA committed Jul 28, 2023
1 parent 2eae493 commit 2cadf2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-build-push-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,12 @@ jobs:
uses: jacobtomlinson/gha-find-replace@v3
with:
find: '(<Version>\d+\.\d+)\.(\d+)(<)'
replace: '$1.${{ github.run_number }}${{ env.PR_BRANCH_NAME }}$3'
replace: '$1.${{ github.run_number }}$3'
include: './Directory.Build.props'

- name: modifiedfiles
run: |
echo ${{ env.modifiedfiles }}
- name: print props
run: |
Expand Down

0 comments on commit 2cadf2c

Please sign in to comment.