@team-supercharge/oasg 10.0.0 → 10.0.1-fix-android-gitlab-publish-e0bc1cfe.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [10.0.1-fix-android-gitlab-publish-e0bc1cfe.0](https://gitlab.com/team-supercharge/oasg/compare/v10.0.0...v10.0.1-fix-android-gitlab-publish-e0bc1cfe.0) (2023-05-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **android:** fix Gitlab publishing from CI ([e0bc1cf](https://gitlab.com/team-supercharge/oasg/commit/e0bc1cfe25917a89b1933b1f13b23c0e85e46b0c))
11
+
5
12
  ## [10.0.0](https://gitlab.com/team-supercharge/oasg/compare/v9.2.3...v10.0.0) (2023-05-05)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-supercharge/oasg",
3
- "version": "10.0.0",
3
+ "version": "10.0.1-fix-android-gitlab-publish-e0bc1cfe.0",
4
4
  "description": "Node-based tool to lint OpenAPI documents and generate clients, servers and documentation from them",
5
5
  "author": "Supercharge",
6
6
  "license": "MIT",
@@ -219,7 +219,7 @@ publishing {
219
219
  url = project.repoUrl
220
220
 
221
221
  credentials(HttpHeaderCredentials) {
222
- name = "Private-Token"
222
+ name = "Job-Token"
223
223
  value = System.env.CI_JOB_TOKEN
224
224
  }
225
225