Skip to content

Commit

Permalink
fix: remove dry-run npm publish step name (#12933)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Apr 23, 2024
1 parent dc769e8 commit ea3fd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
echo "Bumping version to ${{ needs.tag-check.outputs.pre-release-version }}"
pnpm version ${{ needs.tag-check.outputs.pre-release-version }} --no-git-tag-version --no-commit-hooks --no-git-checks
- name: Publish to NPM (Dry Run)
- name: Publish to NPM (beta)
uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
exit 1
fi
- name: Publish to NPM (Dry Run)
- name: Publish to NPM (latest)
uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ea3fd85

Please sign in to comment.