From c396037100ebcd5ca28f282dfcec77610f6b12bb Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Thu, 27 Jul 2023 23:18:21 -0700 Subject: [PATCH] beta bump --- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e89a02f..d78e9ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: name: artifact-tgz path: | - *.tgz + ./*.tgz - name: Create Release id: create_release @@ -40,7 +40,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: *.tgz + file: ./*.tgz tag: ${{ github.ref }} overwrite: true file_glob: true diff --git a/package.json b/package.json index 3d47f3a..7709fcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-tak", - "version": "4.1.0-beta2", + "version": "4.1.0-beta3", "description": "Node-RED Nodes for encoding & decoding TAK Protocol and Cursor on Target messages from TAK Products.", "license": "Apache-2.0", "url": "https://github.com/snstac/node-red-contrib-tak",