Compare commits

..

No commits in common. "v0.1.0-develop.6" and "v0.1.0-develop.5" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -1,10 +1,3 @@
# [0.1.0-develop.6](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.5...v0.1.0-develop.6) (2023-12-28)
### Bug Fixes
* use absolute path ([6af82b2](https://git.lumeweb.com/LumeWeb/web3.news-publisher/commit/6af82b244aef5ac1b712a4ab7bc719c34dd364ae))
# [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-12-28) # [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/web3.news-publisher/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-12-28)

View File

@ -5,8 +5,6 @@ export INPUT_NODE=$1
export INPUT_SEED=$2 export INPUT_SEED=$2
export INPUT_FOLDER=$3 export INPUT_FOLDER=$3
echo "ARGS:" $@
# Providing a default value for INPUT_FOLDER if not set # Providing a default value for INPUT_FOLDER if not set
if [ -z "$INPUT_FOLDER" ] if [ -z "$INPUT_FOLDER" ]
then then
@ -17,4 +15,4 @@ echo "Publishing to node: $INPUT_NODE"
echo "Publishing folder: $INPUT_FOLDER" echo "Publishing folder: $INPUT_FOLDER"
# Example command (replace with your actual command) # Example command (replace with your actual command)
bun /app/src/index.ts bun ./src/index.ts

View File

@ -1,6 +1,6 @@
{ {
"name": "web3.news-publisher", "name": "web3.news-publisher",
"version": "0.1.0-develop.6", "version": "0.1.0-develop.5",
"main": "src/index.ts", "main": "src/index.ts",
"description": "Publish your site to the web3.news aggregator", "description": "Publish your site to the web3.news aggregator",
"scripts": { "scripts": {