Skip to content

Commit

Permalink
Fix ubuntu (#19)
Browse files Browse the repository at this point in the history
* fix: version name

* fix: for ubuntu
  • Loading branch information
Sudakatux authored Sep 16, 2022
1 parent 2c869d4 commit e4af420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: "16"
registry-url: "https://registry.npmjs.org"
- name: Bump version to release
run: sed "s/CURRENT_VERSION/${RELEASE_VERSION}/" ./package.json
run: sed -i "s/CURRENT_VERSION/$RELEASE_VERSION/" ./package.json
env:
RELEASE_VERSION: ${{ github.ref_name }}
- name: Install dependencies required to build package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "conductor-javascript",
"description": "Typescript Client for Netflix Conductor",
"version": "RELEASE_VERSION",
"version": "CURRENT_VERSION",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down

0 comments on commit e4af420

Please sign in to comment.