Skip to content

Commit f82bfa1

Browse files
author
Sophia Marie Terry
committed
Rollback package version for testing
1 parent 3af921b commit f82bfa1

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/ipa-release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Checkout Repository
1919
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2020
with:
21+
ref: main
2122
fetch-depth: 0
2223
sparse-checkout: |
2324
tools/spectral/ipa
@@ -47,7 +48,8 @@ jobs:
4748
registry-url: 'https://registry.npmjs.org'
4849
- run: npm ci
4950
working-directory: tools/spectral/ipa
50-
- run: npm publish --access public
51-
working-directory: tools/spectral/ipa
52-
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
51+
- run: |
52+
echo "Testing for publish workflow"
53+
#working-directory: tools/spectral/ipa
54+
#env:
55+
#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",
3+
"version": "0.0.1-dev1",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",

0 commit comments

Comments
 (0)