diff --git a/.github/workflows/publish-all.yml b/.github/workflows/publish-all.yml index b57a0f4..a7734cf 100644 --- a/.github/workflows/publish-all.yml +++ b/.github/workflows/publish-all.yml @@ -77,22 +77,22 @@ jobs: repository-token: ${{ secrets.GOSDK_REPOSITORY_TOKEN }} mode: ${{ inputs.mode }} - publish-haskell: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - uses: actions/download-artifact@v4 - with: - name: codegen - path: ./codegen - - - uses: ./.github/actions/publish-haskell - with: - registry-token: ${{ secrets.HACKAGE_REGISTRY_TOKEN }} - mode: ${{ inputs.mode }} + # publish-haskell: + # runs-on: ubuntu-latest + + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + + # - uses: actions/download-artifact@v4 + # with: + # name: codegen + # path: ./codegen + + # - uses: ./.github/actions/publish-haskell + # with: + # registry-token: ${{ secrets.HACKAGE_REGISTRY_TOKEN }} + # mode: ${{ inputs.mode }} publish-dotnet: runs-on: ubuntu-latest