Skip to content

Commit

Permalink
try without docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Aug 20, 2024
1 parent 5e9995b commit 1ec8fa9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "v*"
branches: ["test-hackage"]

permissions:
contents: write
Expand Down Expand Up @@ -61,10 +60,8 @@ jobs:
enable-stack: true
- name: Update dependencies (cabal)
run: cabal v2-update
- name: Publish to Hackage
uses: haskell-actions/hackage-publish@v1
- uses: haskell-actions/hackage-publish@v1
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
packagesPath: ${{ runner.temp }}/packages
docsPath: ${{ runner.temp }}/docs
packagesPath: ./dist-newstyle/sdist
publish: false

0 comments on commit 1ec8fa9

Please sign in to comment.