Skip to content

Commit f465e46

Browse files
authored
Merge pull request #134 from erincdustin/ci
🔧 bug fix for tag and publish workflow
2 parents cf874d4 + 04e356a commit f465e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest # ubuntu throws error on build
1414
steps:
1515
- uses: actions/checkout@v4
1616

0 commit comments

Comments
 (0)