1
0
Fork 0

Update deno.yml

pull/724/head
Konrad Pabjan 2021-02-18 17:18:59 +01:00 committed by GitHub
parent c3478210af
commit 383ec9fb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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'