Skip to content

Commit b175a61

Browse files
authored
Merge pull request #7 from C4n4rd0/main
fix: update version
2 parents ba6800a + 7602387 commit b175a61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
3939
GH_TOKEN: ${{secrets.GH_TOKEN}}
40-
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
CI: true
4242
# Uncomment this for a direct publish to npm
4343
build-and-publish-npm:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-offline-elasticmq-localhost",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Serverless Framework Plugin to download and run ElasticMQ",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)