Skip to content

Commit

Permalink
beta bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jul 28, 2023
1 parent 9eaeaed commit c396037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
name: artifact-tgz
path: |
*.tgz
./*.tgz
- name: Create Release
id: create_release
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c396037

Please sign in to comment.