From 6afbcd237b6f04522ecc495e0e7265f48dfe6d56 Mon Sep 17 00:00:00 2001 From: Jason Rogers Date: Thu, 5 Sep 2024 17:31:43 -0400 Subject: [PATCH] build: correctly call the Rake task to build tailwind assets --- .github/workflows/release.yml | 2 +- Gemfile.lock | 2 +- lib/phlex_storybook/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 880f8c2..fde3f1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: bundler-cache: true - name: Build gem - run: bundle exec rails tailwind_engine_build app:assets:precompile build + run: bundle exec rails app:tailwind_engine_build app:assets:precompile build - name: List gem run: | find pkg diff --git a/Gemfile.lock b/Gemfile.lock index 7eca1ce..45d16ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlex_storybook (0.1.6) + phlex_storybook (0.1.7) importmap-rails phlex-icons (~> 0.11.0) phlex-rails (~> 1.2) diff --git a/lib/phlex_storybook/version.rb b/lib/phlex_storybook/version.rb index 173f4e4..6a7a07a 100644 --- a/lib/phlex_storybook/version.rb +++ b/lib/phlex_storybook/version.rb @@ -1,3 +1,3 @@ module PhlexStorybook - VERSION = "0.1.6" + VERSION = "0.1.7" end