Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

patch: Make git pushes in create-new-version workflow trigger other workflows

Compare
Choose a tag to compare
@origamiserviceuser origamiserviceuser released this 21 Jan 16:05
· 60 commits to master since this release
Currently we are using the read-only github token. When using this token and pushing commits/tags to github, github will not trigger any workflows for the pushed commit/tag.

We need the pushed tag to trigger out npm-publishing workflows, which means we need to use a custom github token instead of the default token provided by github actions.