Release v0.6.1 (Fix attempt #1 for workflow) (#207)

This commit is contained in:
Kamron Batman 2020-08-30 23:34:37 -07:00 committed by GitHub
parent 030f122a3b
commit 04cd3190ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
id: get-version id: get-version
uses: mavrosxristoforos/get-xml-info@1.0 uses: mavrosxristoforos/get-xml-info@1.0
with: with:
xml-file: 'Directory.Build.Props' xml-file: 'Directory.Build.props'
xpath: '//Project/PropertyGroup/Version' xpath: '//Project/PropertyGroup/Version'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}