Skip to content

Commit 699660c

Browse files
authored
Update xml.yml
1 parent 039f50b commit 699660c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/xml.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: Install xmlstarlet
1313
run: sudo apt-get install xmlstarlet
14-
- name: What is the repository name?
14+
- name: Reading from xml
1515
run: |
1616
export REPOSITORY_NAME=$(basename ${{ github.repository }})
1717
echo $REPOSITORY_NAME
18-
- name: Reading from xml
19-
run: xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj
18+
xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj

0 commit comments

Comments
 (0)