Skip to content

Commit

Permalink
fix: comment uploading package
Browse files Browse the repository at this point in the history
  • Loading branch information
diS3e committed Oct 28, 2024
1 parent f6b3511 commit e7dd3db
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
cabal update
cabal build all -f Pedantic
- name: Upload package
env:
HACKAGE_PASSWORD: ${{ secrets.HACKAGE_PASSWORD }}
shell: bash
run: |
cabal sdist symbolic-base
cabal upload --username=VladimirSinyakov --password="$HACKAGE_PASSWORD" dist-newstyle/sdist/*.tar.gz
# - name: Upload package
# env:
# HACKAGE_PASSWORD: ${{ secrets.HACKAGE_PASSWORD }}
# shell: bash
# run: |
# cabal sdist symbolic-base
# cabal upload --username=VladimirSinyakov --password="$HACKAGE_PASSWORD" dist-newstyle/sdist/*.tar.gz

cabal v2-haddock symbolic-base --haddock-for-hackage --enable-doc
cabal upload --documentation --username=VladimirSinyakov --password="$HACKAGE_PASSWORD" dist-newstyle/*-docs.tar.gz
# cabal v2-haddock symbolic-base --haddock-for-hackage --enable-doc
# cabal upload --documentation --username=VladimirSinyakov --password="$HACKAGE_PASSWORD" dist-newstyle/*-docs.tar.gz

0 comments on commit e7dd3db

Please sign in to comment.