From 674ff850cbd739c402260838fa45b7114f750570 Mon Sep 17 00:00:00 2001 From: Oleksii Lozovskyi Date: Sat, 15 Oct 2022 10:10:36 +0900 Subject: [PATCH] Have "Release" job test `release/v1` branch (#61) Instead of the v1 tag, that is. This makes it possible to push changes to release/v1 branch and get CI test them without actually moving the release tag which effectively publishes the updates to users. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08b856b..cd8a649 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest steps: - name: Setup Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@release/v1 - name: Check out source code uses: actions/checkout@v2 - name: Compile and run some C code