Specifies v1

This commit is contained in:
wusatosi 2023-05-02 02:33:14 -04:00 committed by GitHub
parent 1b8c30edc5
commit ce53020ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ jobs:
# Run vcvars64.bat and re-export the current environment to the workflow. # Run vcvars64.bat and re-export the current environment to the workflow.
# (It'd be nice to only export the variables that *changed*, oh well). # (It'd be nice to only export the variables that *changed*, oh well).
- name: Setup gh - name: Setup gh
uses: wusatosi/setup-gh@main uses: wusatosi/setup-gh@v1
with: with:
token: ${{ secrets.RELEASE_TOKEN }} token: ${{ secrets.RELEASE_TOKEN }}
- name: Visual Studio environment - name: Visual Studio environment