diff --git a/.github/workflows/publish-nt-css.yml b/.github/workflows/publish-nt-css.yml index 2d5a77c..a04c750 100644 --- a/.github/workflows/publish-nt-css.yml +++ b/.github/workflows/publish-nt-css.yml @@ -37,7 +37,7 @@ jobs: run: | TAG=${{ github.event.release.tag_name }} echo "Using release tag: $TAG" - pnpm version $TAG --no-git-tag-version + pnpm version $TAG --no-git-tag-version || true working-directory: apps/nt-stylesheet - name: Test CSS framework