diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5d68ab2..6a472e0 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -51,6 +51,7 @@ jobs: - name: Version Package run: | + git reset --hard npm version $RELEASE_VERSION git tag -a $RELEASE_VERSION -m "$RELEASE_VERSION"