Skip to content

Commit 04e356a

Browse files
committed
🔧 bug fix for tag and publish workflow
1 parent cf874d4 commit 04e356a

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)