mirror of https://github.com/actions/toolkit
Update deno.yml
parent
c3478210af
commit
383ec9fb03
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue