diff --git a/.github/workflows/publish-node.yaml b/.github/workflows/publish-node.yaml index 2a78118..b56511d 100644 --- a/.github/workflows/publish-node.yaml +++ b/.github/workflows/publish-node.yaml @@ -77,4 +77,4 @@ jobs: - name: Publish to GitHub Packages run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index b89908e..a133537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@robocorp/native-certs", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "index.node", "module": "index.node",