freckle/Haskell tag
Creates a tag based on Haskell package version, if missing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-yaml | Path to package.yaml for reading version | yes | ./package.yaml |
| tag-prefix | Prefix for tags, default is v | yes | v |
| github-token | Override GitHub token, if necessary | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag | Tag, if one was created |
| version | Version read from package-yaml |