Skip to content

Commit

Permalink
fix(release): add private=true to avoid issue on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timoa committed Mar 27, 2022
1 parent a18fbdf commit 9cfa2b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: tests
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/master'

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
"package-lock.json"
]
}
],
[
"@semantic-release/github", {
"assignees": "timoa"
}
]
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "app-stores-prometheus-exporter",
"version": "0.4.7",
"description": "Prometheus exporter that exports metrics (score, ratings, reviews, app version, etc.) from Apple App Store and Google Play (and more in the future).",
"private": true,
"scripts": {
"start": "node src/exporter",
"pretest": "eslint ./src",
Expand Down

0 comments on commit 9cfa2b8

Please sign in to comment.