Closed
Conversation
## Summary - add a release-triggered workflow that publishes @appdmg/appdmg and @appdmg/cli - require macOS integration tests before publishing - pack and attest both npm tarballs, then publish those exact artifacts with provenance enabled - document npm Trusted Publisher settings and release order ## Verification - ruby YAML parse for publish workflow - npm test - npm test --prefix packages/cli - npm audit --audit-level=moderate - npm audit --audit-level=moderate --prefix packages/cli - npm ls --omit=dev --all - npm ls --omit=dev --all --prefix packages/cli - npm pack --dry-run - npm pack --dry-run --prefix packages/cli - npm run test:integration
## Summary - skip npm publishing for GitHub prereleases so prerelease releases cannot publish the default latest dist-tag - check whether @appdmg/appdmg and @appdmg/cli exact versions already exist on npm - skip pack, attestation, artifact upload, and publish steps per package when already published, allowing reruns after partial publish failures - document prerelease and rerun behavior ## Verification - YAML parse for publish workflow
Member
Author
|
Closing after force-resetting main back before the npm publish workflow work, per maintainer request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tehpsalmist/npm-publish-status-actionpinned to01cb25946b194a7a5468f22c8e74db04c283f121.exists == 0.npm ci,npm pack, GitHub artifact attestation, andnpm publish --provenance.Validation
.github/workflows/publish.ymlwith Ruby YAML.actionlint v1.7.12.git diff --check.Leaving this PR open for maintainer review.