Skip to content

Commit c7f84a3

Browse files
committed
add npm publishing
1 parent da9fce8 commit c7f84a3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,10 @@ jobs:
219219
uses: actions/checkout@v2
220220

221221
- name: 'Setup Node'
222-
uses: actions/setup-node@v1
222+
uses: actions/setup-node@2
223223
with:
224224
node-version: 12.x
225+
registry-url: 'https://registry.npmjs.org'
225226

226227
- name: "Set correct version"
227228
run: npm version ${{env.RELEASE_VERSION}}

npm/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-anonymizer",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"description": "Anonymize GraphQL schemas and queries",
55
"main": "index.js",
66
"author": "",

0 commit comments

Comments
 (0)