Skip to content

Commit

Permalink
removed flag from deno publish in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eboody committed May 22, 2024
1 parent d9b0c60 commit bf6cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Publish to Deno
if: github.ref == 'refs/heads/main'
run: deno publish --provenance
run: deno publish
env:
DENO_AUTH_TOKEN: ${{ secrets.DENO_AUTH_TOKEN }}

Expand Down

0 comments on commit bf6cad1

Please sign in to comment.