mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:32:54 +08:00
Update deno.yml
This commit is contained in:
parent
c3478210af
commit
383ec9fb03
8
.github/workflows/deno.yml
vendored
8
.github/workflows/deno.yml
vendored
@ -33,3 +33,11 @@ jobs:
|
|||||||
- name: echo inputs
|
- name: echo inputs
|
||||||
run: echo ${{ github.event.inputs.package }} ${{ github.event.inputs.version }}
|
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…
x
Reference in New Issue
Block a user