Skip to content

Commit

Permalink
Merge pull request #10 from insight-platform/github-actions
Browse files Browse the repository at this point in the history
Update GitHub publish action
  • Loading branch information
ksendart committed Nov 23, 2023
2 parents 2f78f6d + 37fbfad commit e3a501f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Build the Docker image
run: docker build . --file projects/savant-lib/Dockerfile --tag savant-image
- name: Publish from image
run: docker run savant-image bash -c "npm config set @insight-platform:registry=https://npm.pkg.github.com; npm config set -- '//npm.pkg.github.com/:_authToken' '${{ secrets.GITHUB_TOKEN }}'; npm version patch; npm publish"
run: docker run savant-image bash -c "npm config set @insight-platform:registry=https://npm.pkg.github.com; npm config set -- '//npm.pkg.github.com/:_authToken' '${{ secrets.GITHUB_TOKEN }}'; npm publish"
2 changes: 1 addition & 1 deletion projects/savant-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@insight-platform/savant-lib",
"version": "0.0.3",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "https://github.com/insight-platform/SavantMetadataExplorer.git"
Expand Down

0 comments on commit e3a501f

Please sign in to comment.