zeke / semantic-release-with-github-actions

A demo showing how to publish npm packages automatically (and semantically)
40 stars 23 forks source link

Not able to publish "semantic-release-with-github-actions" #14

Closed ajeetvolvo closed 3 years ago

ajeetvolvo commented 3 years ago

Hi, i tried to use publish semantic-release with github-actions" but its failing everytime with error,

2021-05-27T06:50:23.5660981Z 'npm ERR! code E403\n' + 2021-05-27T06:50:23.5662694Z 'npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/semantic-release-with-github-actions - You do not have permission to publish "semantic-release-with-github-actions". Are you logged in as the correct user?\n' + 2021-05-27T06:50:23.5664370Z 'npm ERR! 403 In most cases, you or one of your dependencies are requesting\n' + 2021-05-27T06:50:23.5665258Z 'npm ERR! 403 a package version that is forbidden by your security policy, or\n' + 2021-05-27T06:50:23.5666030Z 'npm ERR! 403 on a server you do not have access to.\n' + 2021-05-27T06:50:23.5666529Z '\n' + 2021-05-27T06:50:23.5667102Z 'npm ERR! A complete log of this run can be found in:\n' + 2021-05-27T06:50:23.5667843Z 'npm ERR! /home/runner/.npm/_logs/2021-05-27T06_50_15_868Z-debug.log',

zeke commented 3 years ago

It looks like you're trying to publish this code to the npm registry?

Please see the README of this project and watch the video to understand how this works: https://github.com/zeke/semantic-release-with-github-actions

ajeetvolvo commented 3 years ago

Hi Zeke, i have followed all the steps given by you but still falling with same error, could you Please have a look on my repo and check if i am missing anything . https://github.com/ajeetvolvo/release_note_automation