Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
38a9e36fcd chore(main): release 4.6.5 (#1327)
🤖 I have created a release *beep* *boop*
---


## [4.6.5](https://github.com/unraid/api/compare/v4.6.4...v4.6.5)
(2025-04-03)


### Bug Fixes

* unique artifact ID
([0f682b5](0f682b5f23))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-03 11:52:33 -04:00
Eli Bosley
d701151729 chore: release tag corrected 2025-04-03 11:51:58 -04:00
Eli Bosley
0f682b5f23 fix: unique artifact ID 2025-04-03 11:50:43 -04:00
8 changed files with 16 additions and 8 deletions

View File

@@ -133,18 +133,19 @@ jobs:
- name: Upload to GHA
uses: actions/upload-artifact@v4
with:
name: unraid-plugin
name: unraid-plugin-${{ github.run_id }}
path: plugin/deploy/
- name: Upload Release Assets
if: inputs.RELEASE_CREATED == 'true'
env:
GITHUB_TOKEN: ${{ github.token }}
RELEASE_TAG: ${{ inputs.RELEASE_TAG }}
run: |
# For each file in release directory
for file in deploy/*; do
echo "Uploading $file to release..."
gh release upload "${inputs.RELEASE_TAG}" "$file" --clobber
gh release upload "${RELEASE_TAG}" "$file" --clobber
done
- name: Workflow Dispatch and wait

View File

@@ -1 +1 @@
{".":"4.6.4"}
{".":"4.6.5"}

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.6.5](https://github.com/unraid/api/compare/v4.6.4...v4.6.5) (2025-04-03)
### Bug Fixes
* unique artifact ID ([0f682b5](https://github.com/unraid/api/commit/0f682b5f23f4319a1ad8f0e8f2b5e5ae0a2293db))
## [4.6.4](https://github.com/unraid/api/compare/v4.6.3...v4.6.4) (2025-04-03)

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.6.4",
"version": "4.6.5",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.6.4",
"version": "4.6.5",
"scripts": {
"build": "pnpm -r build",
"build:watch": "pnpm -r build:watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.6.4",
"version": "4.6.5",
"private": true,
"dependencies": {
"commander": "^13.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.6.4",
"version": "4.6.5",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.6.4",
"version": "4.6.5",
"private": true,
"license": "GPL-2.0-or-later",
"scripts": {