Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 1ffca08

Browse files
authored
Bump FluenceJS version and fix CI workflow (#170)
1 parent 6bd4b7a commit 1ffca08

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/release_github.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ jobs:
1919
- name: Set env
2020
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2121

22+
- name: "Get the version of fluence-js package"
23+
id: package-version
24+
uses: martinbeentjes/npm-get-version-action@v1.2.3
25+
26+
with:
27+
path: packages/fluence-js
28+
29+
- name: "Create tag for release"
30+
uses: rickstaa/action-create-tag@v1
31+
with:
32+
tag: "v${{ steps.package-version.outputs.current-version }}"
33+
message: ""
34+
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
2236
### Create a release
2337
- name: Build Changelog
2438
id: changelog

packages/fluence-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/fluence",
3-
"version": "0.23.5",
3+
"version": "0.23.6",
44
"description": "TypeScript implementation of Fluence Peer",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)