Skip to content

Commit 9c4b2d0

Browse files
committed
change repository_owner CI gate from fermyon to spinframework
This should unblock the `Publish to crates.io` job. Signed-off-by: Joel Dice <[email protected]>
1 parent 5b8a7eb commit 9c4b2d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: |
1818
startsWith(github.ref, 'refs/tags/v') &&
19-
github.repository_owner == 'fermyon'
19+
github.repository_owner == 'spinframework'
2020
steps:
2121
- uses: actions/checkout@v2
2222

@@ -39,4 +39,4 @@ jobs:
3939
- name: Publish spin-sdk to crates.io
4040
working-directory: ./
4141
run: |
42-
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
42+
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)