We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf874d4 + 04e356a commit f465e46Copy full SHA for f465e46
1 file changed
.github/workflows/tag-and-publish.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: windows-latest # ubuntu throws error on build
14
steps:
15
- uses: actions/checkout@v4
16
0 commit comments