Skip to content

npm publish missing --provenance flag in publish.yml #69

Description

@Jaro-c

I noticed publish.yml runs npm publish (and npm publish --tag "$PRERELEASE_TAG") without --provenance, even though the workflow already has id-token: write for trusted publishing. opencore-cli's publish workflow does pass --provenance, so I think it's worth aligning:

npm publish --provenance
npm publish --provenance --tag "$PRERELEASE_TAG"

Split out from #65.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions