mirror of
https://github.com/fluencelabs/avm-runner-background
synced 2025-03-31 12:41:05 +00:00
Fix release.yml CI script
This commit is contained in:
parent
c126c3efaf
commit
b0be2b2c0d
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -5,10 +5,6 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: avm-runner-background
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
name: "Publish"
|
name: "Publish"
|
||||||
@ -16,6 +12,7 @@ jobs:
|
|||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
working-directory: avm-runner-background
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user