Skip to content

Commit

Permalink
fixing repo name for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 7, 2023
1 parent 29b4582 commit cf6dfe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: npm pack
run: |
export REPO_NAME=$(echo ${{ github.repository }} | awk -F"/" '{print $2}')
export REPO_NAME=$(echo ${{ github.repository }} | sed 's{/{-{g')
npm pack
cp ${REPO_NAME}*.tgz ${REPO_NAME}-latest.tgz
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snstac/node-red-contrib-parquet",
"version": "1.0.0-beta4",
"version": "1.0.0-beta5",
"description": "Node-RED Node for manipulating Parquet data.",
"license": "MIT",
"url": "https://github.com/snstac/node-red-contrib-parquet",
Expand Down

0 comments on commit cf6dfe1

Please sign in to comment.