We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5152eb commit a74192eCopy full SHA for a74192e
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Test
+name: Publish
2
on:
3
push:
4
tags:
@@ -62,7 +62,7 @@ jobs:
62
if: startsWith(github.repository, 'emo-crab/') && github.actor != 'dependabot[bot]'
63
strategy:
64
matrix:
65
- os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
+ os: [ "ubuntu-latest" ]
66
rust: [ "stable" ]
67
continue-on-error: ${{ matrix.rust != 'stable' }}
68
runs-on: ${{ matrix.os }}
0 commit comments