Skip to content

Commit 2e08e59

Browse files
committed
fix
1 parent 4282571 commit 2e08e59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ defaults:
1414

1515
jobs:
1616
build:
17-
- name: Checkout Repository
18-
uses: actions/checkout@v3
19-
- name: Build
17+
name: Build
2018
runs-on: ubuntu-latest
2119
outputs:
2220
version: ${{ steps.properties.outputs.version }}
2321
changelog: ${{ steps.properties.outputs.changelog }}
2422
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
2523
steps:
24+
- name: Checkout Repository
25+
uses: actions/checkout@v3
26+
2627
- name: Fetch Sources
2728
uses: actions/checkout@v4
2829

0 commit comments

Comments
 (0)