Skip to content

Commit 603680c

Browse files
fix environment variable in github action
1 parent 00ead68 commit 603680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task :dotnet_publish_process => [:protobuf_generate, :dotnet_format] do
2626
end
2727

2828
task :sqlc_generate_process => :dotnet_publish_process do
29-
sh "sqlc -f #{ENV['SQLC_LOCAL_FILE'] generate"
29+
sh "sqlc -f #{ENV['SQLC_LOCAL_FILE']} generate"
3030
end
3131

3232
task :test_process_plugin => [:sqlc_generate_process, :run_tests]

0 commit comments

Comments
 (0)