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.
repository_owner
fermyon
spinframework
1 parent 5b8a7eb commit 9c4b2d0Copy full SHA for 9c4b2d0
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
if: |
18
startsWith(github.ref, 'refs/tags/v') &&
19
- github.repository_owner == 'fermyon'
+ github.repository_owner == 'spinframework'
20
steps:
21
- uses: actions/checkout@v2
22
@@ -39,4 +39,4 @@ jobs:
39
- name: Publish spin-sdk to crates.io
40
working-directory: ./
41
run: |
42
- cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments