Skip to content

Commit

Permalink
Merge pull request #52 from adzerk/simonramzi/sc-48140/javascript-dec…
Browse files Browse the repository at this point in the history
…ision-sdk-ignores-some-fields

Set Publish to Public
  • Loading branch information
honeycomb-cheesecake authored Aug 15, 2023
2 parents 3bc5af6 + 8ff9966 commit e55c590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-decision-spec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: ${{ env.WORKINGDIRECTORY_DECISION }}
run: |
echo "Publishing tag ${GITHUB_REF_NAME} to ${NPM_REGISTRY}."
npm publish
npm publish --access=public
- id: c3c47fb3-2620-4dd1-898b-e867303278ea
name: Publish Package to GitHub Packages
Expand All @@ -82,4 +82,4 @@ jobs:
working-directory: ${{ env.WORKINGDIRECTORY_DECISION }}
run: |
echo "Publishing tag ${GITHUB_REF_NAME} to ${NPM_REGISTRY}."
npm publish
npm publish --access=public
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [sc-48140] Added `npm publish` option `--access=public` to permit publish to public npm registry and not receive `You must sign up for private packages` due to scoped packages [being `restricted` by default](https://docs.npmjs.com/cli/v8/commands/npm-publish#access). By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).

## [1.0.7] - [sc-48140] 2023-08-15

### Fixed

- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By [@honeycomb-cheesecake](https://github.com/honeycomb-cheesecake).

### Changed
Expand Down

0 comments on commit e55c590

Please sign in to comment.