diff --git a/.github/workflows/tufan.yml b/.github/workflows/tufan.yml index f0ecada..90b2ce7 100644 --- a/.github/workflows/tufan.yml +++ b/.github/workflows/tufan.yml @@ -135,7 +135,7 @@ jobs: strategy: fail-fast: true matrix: - target-node: [14] + tag: [v3.0] steps: - uses: actions/checkout@v2 @@ -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 }} diff --git a/package-lock.json b/package-lock.json index 9dd294a..1f8b454 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tufan-io/tufan-pkg-fetch", - "version": "1.0.0", + "version": "3.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f8b9a9..49b2328 100644 --- a/package.json +++ b/package.json @@ -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": [