1
0
mirror of synced 2024-11-22 04:56:08 +03:00
select2/.github/workflows
Kevin Brown 7c67f3e9b6
Enable GPM (#5660)
* Uncomment the deploy_github job for GPR

* Automatically add private scope to package for GPM

This is requires in order to deploy to GitHub package manager since
all packages must be scoped to the organization that they are being
deployed to. Because of how publishing scoped packages works with
NPM, there is no easier way to rename a package that is being pushed
to both a scoped and unscoped registry.

* Don't run NPM deploy if it's not a release

There was a change last week that now allows jobs to be filtered
entirely, so this now works like we had originally hoped.

* Tag branch pushes with commit

This is needed because you cannot overwrite a version on NPM, so the
previous plan of just using the prelease version would only work for
a single commit.

* Fixed invalid version identifier
2019-10-09 23:25:12 -04:00
..
docs-deploy.yml Only deploy docs on releases 2019-09-11 23:27:04 -04:00
main.yml Remove dry run from publish 2019-09-11 20:57:40 -04:00
package-deploy.yml Enable GPM (#5660) 2019-10-09 23:25:12 -04:00