Skip to content

Commit c396037

Browse files
committed
beta bump
1 parent 9eaeaed commit c396037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
name: artifact-tgz
2424
path: |
25-
*.tgz
25+
./*.tgz
2626
2727
- name: Create Release
2828
id: create_release
@@ -40,7 +40,7 @@ jobs:
4040
uses: svenstaro/upload-release-action@v2
4141
with:
4242
repo_token: ${{ secrets.GITHUB_TOKEN }}
43-
file: *.tgz
43+
file: ./*.tgz
4444
tag: ${{ github.ref }}
4545
overwrite: true
4646
file_glob: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-tak",
3-
"version": "4.1.0-beta2",
3+
"version": "4.1.0-beta3",
44
"description": "Node-RED Nodes for encoding & decoding TAK Protocol and Cursor on Target messages from TAK Products.",
55
"license": "Apache-2.0",
66
"url": "https://github.com/snstac/node-red-contrib-tak",

0 commit comments

Comments
 (0)