Bump FluenceJS version and fix CI workflow (#170)

This commit is contained in:
Pavel 2022-09-01 12:23:30 +03:00 committed by GitHub
parent 6bd4b7a370
commit 1ffca081cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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",