Skip to content

Commit 674ff85

Browse files
authored
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.
1 parent f57be51 commit 674ff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: Setup Developer Command Prompt
16-
uses: ilammy/msvc-dev-cmd@v1
16+
uses: ilammy/msvc-dev-cmd@release/v1
1717
- name: Check out source code
1818
uses: actions/checkout@v2
1919
- name: Compile and run some C code

0 commit comments

Comments
 (0)