Skip to content

Commit

Permalink
Fix workflow typo (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Sep 12, 2022
1 parent 20eb916 commit 2bb6597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
mv index.d.ts .github/npm/index.d.ts
KOLMAFIA_VERSION=$(git rev-list --count $GITHUB_SHA)
sed -i 's/{{version}}/$KOLMAFIA_VERSION/g' .github/npm/package.json
sed -i 's/{{version}}/'$KOLMAFIA_VERSION'/g' .github/npm/package.json
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 2bb6597

Please sign in to comment.