From bd96c56445575749a3b093d54c0ecf691ea2eafe Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 6 Nov 2025 13:53:22 -0700 Subject: [PATCH] runner worx??A?!?!? --- .gitea/workflows/push_to_main.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push_to_main.yaml b/.gitea/workflows/push_to_main.yaml index c4a484c..c91c5b1 100644 --- a/.gitea/workflows/push_to_main.yaml +++ b/.gitea/workflows/push_to_main.yaml @@ -17,4 +17,4 @@ jobs: uses: https://git.thorup.us/actions/npm_publish@v1 with: npm_repo_key: ${{ secrets.NPM_REPO_KEY }} - npm_repo_domain: ${{ variables.NPM_REPO_DOMAIN }} + npm_repo_domain: ${{ vars.NPM_REPO_DOMAIN }} diff --git a/package.json b/package.json index 0337a9e..b5bfb35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactor", - "version": "1.0.2", + "version": "1.0.3", "description": "Cross-element communications and state management utility.", "author": "Bryce Thorup", "type": "module", -- 2.49.1