Skip to content

Commit

Permalink
fix: match version numbering of pkg-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sramam committed May 2, 2021
1 parent 5cddabc commit 65cd186
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tufan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target-node: [14]
tag: [v3.0]

steps:
- uses: actions/checkout@v2
Expand All @@ -161,7 +161,7 @@ jobs:

- run: ls -l dist

- run: npx scatter-bin upload --repo tufan-io/tufan-pkg-fetch --dir dist
- run: npx scatter-bin upload --repo tufan-io/tufan-pkg-fetch --dir dist --tag ${{ matrix.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.ACTION_CI }}
GITHUB_TOKEN: ${{ secrets.ACTION_CI }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufan-io/tufan-pkg-fetch",
"version": "1.0.0",
"version": "3.0.4",
"description": "tufan-io wrapper around vercel/pkg-fetch",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 65cd186

Please sign in to comment.