Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aorcsik committed May 16, 2023
1 parent eecd869 commit d8bbc38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '6.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ghost-s3-storage-adapter

## 3.0.8
- fix publish workflow

## 3.0.7
- automatic package publish on release using workflows

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghost-s3-storage-adapter",
"version": "3.0.7",
"version": "3.0.8",
"description": "Store Ghost's images on S3 and proxy requests for local images to S3.",
"main": "index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
],
"author": {
"name": "Antal Orcsik",
"email": "aorcsik@gmail.com>",
"url": "http://aorcsik.com"
"email": "aorcsik@gmail.com",
"url": "https://aorcsik.com"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit d8bbc38

Please sign in to comment.