mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
* chore: add prettier * fix: get tag from release if tagName is empty * use tagName input and fall back to 'latest' * revert tagname request * fix link on 'latest' fallback * starting to feel stupid * oof * add note about tagName in readme
13 lines
186 B
JSON
13 lines
186 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/core",
|
|
"packages/cli",
|
|
"packages/action"
|
|
],
|
|
"devDependencies": {
|
|
"covector": "0.7.3",
|
|
"prettier": "^2.8.0"
|
|
}
|
|
}
|