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 38c20ff commit d337d75Copy full SHA for d337d75
.github/workflows/build.yml
@@ -81,11 +81,11 @@ jobs:
81
- uses: actions/checkout@v4
82
- name: Publish splashsurf_lib
83
run: |
84
- cargo publish --package splashsurf_lib --dry-run
+ cargo publish --package splashsurf_lib
85
env:
86
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
87
- name: Publish splashsurf
88
89
- cargo publish --package splashsurf --dry-run
+ cargo publish --package splashsurf
90
91
0 commit comments