diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index a1df863..7e4f4e7 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -83,29 +83,3 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - - publish-gpr: - needs: [test] - runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') - - steps: - - uses: actions/checkout@v2 - with: - submodules: 'recursive' - - uses: actions/setup-node@v1 - with: - node-version: 12.16.0 - registry-url: https://npm.pkg.github.com - scope: '@gky360' - - run: | - echo "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npm ci - - - run: npm run build - - run: npm publish --dry-run - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 26d83ec..7112664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-ngl", - "version": "0.1.0-alpha.3", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8b719e..a8b5b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ngl", - "version": "0.1.0-alpha.3", + "version": "0.1.0", "description": "React wrapper for ngl", "main": "dist/index.js", "types": "dist/index.d.ts",