WaspW
Wasp11mo ago
sachdva

Deploy lower version of wasp

name: myapp

on:
  push:
    branches:
      - "prod"
env:
  WASP_VERSION: "0.15.1"

I thought this would be an appropriate github action but it is still calling
Run curl -sSL https://get.wasp-lang.dev/installer.sh | sh
Installing wasp version 0.16.0 (latest). 
Was this page helpful?