diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 3acb80d5..6880179f 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -33,3 +33,11 @@ jobs: - name: echo inputs run: echo ${{ github.event.inputs.package }} ${{ github.event.inputs.version }} + publish: + runs-on: macos-latest + needs: test + environment: npm-publish + steps: + - name: Testing + run: echo 'this is where we publish' +