Skip to content

Commit

Permalink
ci: skip haskell for now because of dep error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jul 28, 2024
1 parent 0f38bee commit c00df69
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c00df69

Please sign in to comment.