Skip to content

Commit 02a9b2b

Browse files
authored
ci(ipa): Third attempt Ipa release (#866)
1 parent 75c29b8 commit 02a9b2b

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/ipa-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
registry-url: 'https://registry.npmjs.org'
4848
- run: npm ci
4949
working-directory: tools/spectral/ipa
50-
- run: echo "Test"
51-
#npm publish --access public
52-
#working-directory: tools/spectral/ipa
53-
#env:
54-
#NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
50+
- run: npm publish --access public
51+
working-directory: tools/spectral/ipa
52+
env:
53+
NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}

tools/spectral/ipa/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/spectral/ipa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/ipa-validation-ruleset",
3-
"version": "0.0.1-dev1",
3+
"version": "0.0.1",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",

0 commit comments

Comments
 (0)