diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60402ea0..4b1dcaaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: if: github.event_name == 'release' run: | echo "::set-env name=VERSION::${{ github.event.release.tag_name }}" - echo "::set-env name=TARGET::staging" + echo "::set-env name=TARGET::prod" - name: Set commit version info if: github.event_name == 'push'