mirror of
https://github.com/fluencelabs/avm-runner-background
synced 2025-03-15 05:20:50 +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:
|
||||
- "v*"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: avm-runner-background
|
||||
|
||||
jobs:
|
||||
npm-publish:
|
||||
name: "Publish"
|
||||
@ -16,6 +12,7 @@ jobs:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: avm-runner-background
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user