diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index c6c178e..2eab3e4 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -10,12 +10,10 @@ jobs: packages: write steps: - uses: actions/checkout@v4 - # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v4 with: node-version: '20.x' registry-url: 'https://npm.pkg.github.com' - # Defaults to the user or organization that owns the workflow file scope: '@clearlydefined' - run: npm ci - run: npm publish