Skip to content

Commit

Permalink
Merge pull request #168 from AnkanSaha/dev
Browse files Browse the repository at this point in the history
Update Docker image and package version
  • Loading branch information
AnkanSaha authored Mar 4, 2024
2 parents 0e608de + 2f77bb7 commit 8f0c1e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: node:latest
- image: cimg/node:latest

steps:
- checkout
Expand Down Expand Up @@ -36,15 +36,16 @@ jobs:

- run:
name: Change the Package name in Package.json
command: $ sed -i '2s/"outers"/"@${GITHUB_REPO_NAME}\/outers"/' package.json
command: |
sudo apt install sed && $ sed -i '2s/"outers"/"@${GITHUB_REPO_NAME}\/outers"/' package.json
- run:
name: Publish to Github Package Registry
command: npm publish --registry=https://npm.pkg.github.com --scope=@${GITHUB_REPO_NAME} --access public

workflows:
version: 2
NPM_Registry:
Registry_Publish_Workflow:
jobs:
- build:
name: Publish To NPM & Github Package Registry
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cSpell.words": [
"Ankan",
"cimg",
"Clonner",
"Mixeds",
"mongosuper",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outers",
"version": "8.2.4",
"version": "8.2.5",
"description": "outers - a all in one package for your day to day use",
"main": "./lib/Config/outer.js",
"types": "./lib/Config/outer.d.ts",
Expand Down

0 comments on commit 8f0c1e7

Please sign in to comment.