Skip to content

Commit

Permalink
Merge pull request #20 from Samweli/release_action_update
Browse files Browse the repository at this point in the history
Fix syntax on release action
  • Loading branch information
Samweli committed Jul 16, 2024
2 parents 443da6c + 73e44c4 commit 366c6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo " " >> docs/repository/plugins.xml
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
#git config --global --add safe.directory /__w/plugin-repo-name/plugin-repo-name
git config --global --add safe.directory /__w/qgis-gea-plugin/qgis-gea-plugin
git add -A
git commit -m "Update on plugins.xml"
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Kartoza",
"email": "[email protected]",
"description": "View, browse and navigate through imagery.",
"version": "0.0.1",
"version": "0.0.11dev",
"changelog": ""
}
}

0 comments on commit 366c6fe

Please sign in to comment.