mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 22:27:30 +00:00
Remove absolute paths
This commit is contained in:
+5
@@ -39,8 +39,12 @@ Accepts a path and returns the path with a valid filename.
|
||||
|
||||
Type: `string`
|
||||
|
||||
A string to convert to a valid filename.
|
||||
|
||||
#### options
|
||||
|
||||
Type: `Object`
|
||||
|
||||
##### replacement
|
||||
|
||||
Type: `string`<br>
|
||||
@@ -53,6 +57,7 @@ Cannot contain: `<` `>` `:` `"` `/` `\` `|` `?` `*`
|
||||
|
||||
## Related
|
||||
|
||||
- [filenamify-cli](https://github.com/sindresorhus/filenamify-cli) - CLI for this module
|
||||
- [filenamify-url](https://github.com/sindresorhus/filenamify-url) - Convert a URL to a valid filename
|
||||
- [valid-filename](https://github.com/sindresorhus/valid-filename) - Check if a string is a valid filename
|
||||
- [unused-filename](https://github.com/sindresorhus/unused-filename) - Get a unused filename by appending a number if it exists
|
||||
|
||||
Reference in New Issue
Block a user