Skip to content

Commit

Permalink
Have "Release" job test release/v1 branch (#61)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ilammy authored Oct 15, 2022
1 parent f57be51 commit 674ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 674ff85

Please sign in to comment.