Skip to content

Commit 6648b82

Browse files
committed
chore: adjusted post-release build job
1 parent 5a45fbc commit 6648b82

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/post_release.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@ jobs:
7878
file: ./packages/api-cardano-db-hasura/hasura/Dockerfile
7979
push: true
8080
tags: ${{ steps.base-variables.outputs.cardano-graphql-hasura-image }}:${{ github.sha }}, cardanofoundation/cardano-graphql-hasura:${{ github.event.release.tag_name }}, cardanofoundation/cardano-graphql-hasura:latest
81-
82-
- name: 📤 Publish packages to npm registry
83-
if: ${{ matrix.network == 'mainnet' }}
84-
run: |
85-
yarn install --offline --frozen-lockfile --non-interactive --logevel=error
86-
npx npm-cli-login -u ${{ secrets.NPM_REGISTRY_USER }} -e ${{ secrets.NPM_REGISTRY_EMAIL }} -p ${{ secrets.NPM_REGISTRY_TOKEN }}
87-
scripts/publish_packages.sh
88-
rm -f .npmrc
81+
82+
# Removed push to npm for now, will add it later again
83+
# - name: 📤 Publish packages to npm registry
84+
# if: ${{ matrix.network == 'mainnet' }}
85+
# run: |
86+
# yarn install --offline --frozen-lockfile --non-interactive --logevel=error
87+
# npx npm-cli-login -u ${{ secrets.NPM_REGISTRY_USER }} -e ${{ secrets.NPM_REGISTRY_EMAIL }} -p ${{ secrets.NPM_REGISTRY_TOKEN }}
88+
# scripts/publish_packages.sh
89+
# rm -f .npmrc
8990

9091
- name: 🔨 Build docs
9192
if: ${{ matrix.network == 'mainnet' }}

0 commit comments

Comments
 (0)