Closed tompollard closed 7 months ago
As discussed at https://github.com/Medical-Event-Data-Standard/meds/pull/6#issuecomment-1882958439, it would be convenient to add a GitHub workflow for publishing new versions of the package.
GitHub provides a suggested workflow at: https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action. With this approach, the workflow runs every time a change is pushed to a "release" branch.
This is now done.
As discussed at https://github.com/Medical-Event-Data-Standard/meds/pull/6#issuecomment-1882958439, it would be convenient to add a GitHub workflow for publishing new versions of the package.
GitHub provides a suggested workflow at: https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action. With this approach, the workflow runs every time a change is pushed to a "release" branch.