diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cfb5907..ae2519d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -25,10 +25,10 @@ jobs: npm config set -- '//gitea.pena/api/packages/skeris/npm/:_authToken' "1856e802057f59193ca6fdb4068cbea44982bcc2" npm install --force if [ "${{ github.ref }}" == "refs/heads/main" ]; then - npm version major + npm version major --no-git-tag-version elif [ "${{ github.ref }}" == "refs/heads/staging" ]; then - npm version minor + npm version minor --no-git-tag-version else - npm version patch + npm version patch --no-git-tag-version fi npm publish \ No newline at end of file