Skip to content

Commit 10e82b4

Browse files
committed
Misc
1 parent 9f79af0 commit 10e82b4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
os: [macos-latest, ubuntu-latest, windows-latest]
2121

2222
runs-on: ${{ matrix.os }}
23+
2324
outputs:
2425
PLUGIN_NAME: ${{ steps.plugin-name.outputs.info }}
2526

@@ -30,13 +31,6 @@ jobs:
3031
show-progress: false
3132
submodules: recursive
3233

33-
- name: Parse plugin name from Directory.Build.props
34-
id: plugin-name
35-
uses: mavrosxristoforos/[email protected]
36-
with:
37-
xml-file: 'Directory.Build.props'
38-
xpath: '//PluginName'
39-
4034
- name: Setup .NET Core
4135
uses: actions/[email protected]
4236
with:
@@ -45,6 +39,13 @@ jobs:
4539
- name: Verify .NET Core
4640
run: dotnet --info
4741

42+
- name: Parse plugin name from Directory.Build.props
43+
id: plugin-name
44+
uses: mavrosxristoforos/[email protected]
45+
with:
46+
xml-file: 'Directory.Build.props'
47+
xpath: '//PluginName'
48+
4849
- name: Publish plugin on Unix
4950
if: startsWith(matrix.os, 'macos-') || startsWith(matrix.os, 'ubuntu-')
5051
env:

0 commit comments

Comments
 (0)