diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c273ab8a5..dd7c901cd9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2 + with: + ref: 'rc' - name: Create Deploy version vars id: create_tags @@ -99,6 +101,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + ref: 'rc' - name: Setup Chocolatey run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/ @@ -130,6 +134,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 + with: + ref: 'rc' - name: Setup NPM shell: pwsh