Skip to content

Commit

Permalink
Feature/release flow (#214)
Browse files Browse the repository at this point in the history
* Added npm token

* 3.0.5
  • Loading branch information
Bowens20832 authored Nov 22, 2023
1 parent 91f2750 commit e56c675
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elegant-cli",
"version": "3.0.4",
"version": "3.0.5",
"description": "Elegant is the easiest way to create a new static website or blog, and publish it online. No need for databases, external services, or complicated server setups.",
"scripts": {
"build:elegant": "cd source/elegant && npm run build",
Expand Down
143 changes: 143 additions & 0 deletions source/elegant/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions source/elegant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"concurrently": "^8.2.0",
"cypress": "^12.8.1",
"debounce": "^1.2.0",
"elegant-cli": "^3.0.4",
"encoding": "^0.1.13",
"eslint": "^8.44.0",
"eslint-config-react-app": "^7.0.1",
Expand Down

0 comments on commit e56c675

Please sign in to comment.