📦 Publish Package - dvsa/des-workflow-actions GitHub Wiki

Description

This reusable workflow is designed to publish a package to npm or another npm registry using GitHub Actions.

Workflow Triggers

On Workflow Call

This workflow is called from the mes-microservice-common DES repository when pushing into the develop branch.

Environment Variables

Name Description
ACCESS_TOKEN The access token required to access the DVSA private packages
VERSION_BUMPED Flag indicating whether the package version has been bumped

Inputs

Name Description Options
WORKING_DIRECTORY The working directory for the package N/A
PACKAGE_NAME The name of the package to be published N/A

Notes

  • Ensure that the ACCESS_TOKEN secret is correctly set in the repository/organisation secrets.