Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafil Nasdami committed Mar 15, 2024
1 parent 0a1d436 commit 4bcb6fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Check if package version changed
id: check_version
run: |
Expand All @@ -23,8 +24,6 @@ jobs:
else
echo "version_changed=true" >> $GITHUB_ENV
fi
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4bcb6fc

Please sign in to comment.