Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 8, 2023
1 parent 76b7073 commit 76d37ed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# @link https://github.com/changesets/action
- name: 🦋 Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 76d37ed

Please sign in to comment.