diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7e8b7c..df8ce77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,24 +23,8 @@ jobs: - run: npm version ${TAG_NAME} --git-tag-version=false env: TAG_NAME: ${{ github.event.release.tag_name }} - - # Provenance beta builds - # Remove when stable - - name: Clone npm - uses: actions/checkout@v3 - with: - repository: npm/cli - ref: provenance - path: npm - - name: Link npm - run: | - cd npm - node . link - cd .. - npm version - # Provenance beta builds - # Remove when stable - + # Install latest version of npm for publishing with provenance + - run: npm install -g npm - run: npm whoami; npm --ignore-scripts publish --provenance --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/README.md b/README.md index a9e8046..dde1a4f 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,16 @@ list.addEventListener('combobox-commit', function (event) { When a label is clicked on, `click` event is fired from both `