Skip to content

Commit

Permalink
push instead of publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Aug 23, 2024
1 parent bbe5490 commit fa1224e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: List contents
run: |
ls
- name: "Publish"
- name: "Push"
run: |
wasmer package publish -vvvv --registry="wasmer.io" --namespace wasmer --name tantivy --bump --non-interactive --token=${{ secrets.WASMER_CIUSER_PROD_TOKEN }} .
wasmer package push --registry="wasmer.io" --non-interactive --token=${{ secrets.WASMER_CIUSER_PROD_TOKEN }} .

0 comments on commit fa1224e

Please sign in to comment.