jcdcdev/🚀 Release Umbraco Package
Create and publish a new release of an Umbraco package to NuGet.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 1, 2026
- License
- MIT
Pinned Snippet
uses: jcdcdev/jcdcdev.umbraco.github.release@13e9074dbbe7160bdd87a9f651dd074e6bdae3f1 # v18.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-name | Artifact name | yes | — |
| version | Version | yes | — |
| nuget-api-key | NuGet API key | no | — |
| github-token | GitHub token | yes | — |
| nuget-source | NuGet source | no | https://api.nuget.org/v3/index.json |
| nuget-skip-push | Skip NuGet push | no | false |
| ignore-files | Skip release if only these files are changed (supports wildcards, e.g. docs/**, .github/workflows/*.yml) | no | SECURITY.md,.github/README.md,docs/**,.github/workflows/*.yml,GitVersion.yml |
| strict-umbraco-version | Fails the build if the computed Input Major Version does not match this Action's Major version - Used to ensure builds are deterministic for Umbraco releases. | no | true |
Outputs
no outputs