Skip to content

Commit 4bcb6fc

Browse files
author
Kafil Nasdami
committed
fix workflow
1 parent 0a1d436 commit 4bcb6fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- uses: actions/checkout@v4
1516
- name: Check if package version changed
1617
id: check_version
1718
run: |
@@ -23,8 +24,6 @@ jobs:
2324
else
2425
echo "version_changed=true" >> $GITHUB_ENV
2526
fi
26-
27-
- uses: actions/checkout@v4
2827
# Setup .npmrc file to publish to npm
2928
- uses: actions/setup-node@v4
3029
with:

0 commit comments

Comments
 (0)