Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 3387aa6

Browse files
committed
Fix release workflow.
1 parent 9d8beaf commit 3387aa6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ jobs:
88
release:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v2
13+
1114
- name: Check if version has been updated
1215
id: version_check
1316
uses: EndBug/version-check@v1
1417
with:
1518
diff-search: true
1619
token: ${{ secrets.GITHUB_TOKEN }}
1720

18-
- name: Checkout
19-
if: steps.version_check.outputs.changed == 'true'
20-
uses: actions/checkout@v2
21-
2221
- name: Install Node.js
2322
if: steps.version_check.outputs.changed == 'true'
2423
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)