Skip to content

Commit

Permalink
mental not to re-add auto-publish in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Jul 16, 2023
1 parent d214886 commit 2eb5213
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,24 @@ jobs:
- run: nix-shell --run "make dist"

- uses: ./.github/actions/uncommitted-changes


# yamllint disable

# TODO: rewrite this CircleCI config to GHAactions config for auto-publishing

# publish:
# executor: salarycalc

# steps:
# - checkout

# - configure_nix

# - run:
# name: Authenticate with registry
# command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/salarycalc/.npmrc

# - run:
# name: Publish the package to NPM
# command: nix-shell --run "npm version --no-git-tag-version prerelease --preid $(date +%Y-%m-%dT%H-%M-%S) && make dist && npm publish"

0 comments on commit 2eb5213

Please sign in to comment.