Update deno.yml

This commit is contained in:
Konrad Pabjan
2021-02-18 17:18:59 +01:00
committed by GitHub
parent c3478210af
commit 383ec9fb03

View File

@@ -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'