mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
Bump FluenceJS version and fix CI workflow (#170)
This commit is contained in:
parent
6bd4b7a370
commit
1ffca081cf
14
.github/workflows/release_github.yml
vendored
14
.github/workflows/release_github.yml
vendored
@ -19,6 +19,20 @@ jobs:
|
||||
- name: Set env
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: "Get the version of fluence-js package"
|
||||
id: package-version
|
||||
uses: martinbeentjes/npm-get-version-action@v1.2.3
|
||||
|
||||
with:
|
||||
path: packages/fluence-js
|
||||
|
||||
- name: "Create tag for release"
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
with:
|
||||
tag: "v${{ steps.package-version.outputs.current-version }}"
|
||||
message: ""
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
### Create a release
|
||||
- name: Build Changelog
|
||||
id: changelog
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fluencelabs/fluence",
|
||||
"version": "0.23.5",
|
||||
"version": "0.23.6",
|
||||
"description": "TypeScript implementation of Fluence Peer",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user