diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5fefbdd39..75560a0d9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,6 +3,7 @@ name: Publish on: release: types: [released] + push: workflow_dispatch: # allows manual triggering jobs: @@ -49,4 +50,5 @@ jobs: git diff git add start docs/haskell-use-cases.rst git commit -m "Update rules_haskell in start script and docs to version ${{ steps.latest.outputs.version }}" - git push + git show + #git push