mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
chore(ci): Fix release-please deadlock and publish as unstable (#657)
* Fix deadlock * Publish as unstable
This commit is contained in:
parent
b4a62da6fc
commit
292caa9d31
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -14,9 +14,6 @@ on:
|
||||
description: "aqua version to publish"
|
||||
required: true
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.ref }}"
|
||||
|
||||
env:
|
||||
FORCE_COLOR: true
|
||||
|
||||
@ -119,7 +116,7 @@ jobs:
|
||||
working-directory: cli/cli-npm
|
||||
|
||||
- name: Publish to NPM registry
|
||||
run: npm publish --access public
|
||||
run: npm publish --access public --tag unstable
|
||||
working-directory: cli/cli-npm
|
||||
|
||||
aqua-api:
|
||||
@ -174,7 +171,7 @@ jobs:
|
||||
working-directory: api/aqua-api-npm
|
||||
|
||||
- name: Publish to NPM registry
|
||||
run: npm publish --access public
|
||||
run: npm publish --access public --tag unstable
|
||||
working-directory: api/aqua-api-npm
|
||||
|
||||
aqua-lsp:
|
||||
@ -229,5 +226,5 @@ jobs:
|
||||
working-directory: language-server/language-server-npm
|
||||
|
||||
- name: Publish to NPM registry
|
||||
run: npm publish --access public
|
||||
run: npm publish --access public --tag unstable
|
||||
working-directory: language-server/language-server-npm
|
||||
|
Loading…
Reference in New Issue
Block a user