How to bump NPM semantic version and create a tag using Pull Request Labels with GitHub Actions workflow
I’ve set up a GitHub Actions workflow that triggers whenever a pull request is created into the develop branch. The purpose of this workflow is to automatically bump the npm version of my Angular project and create a corresponding tag. Although the workflow jobs are executing successfully, there’s an unexpected issue: when pushing the new tag (under the -name: Push Tag step), the develop branch is inadvertently getting deleted (refer to the attached image).