Skip to content

Commit

Permalink
chore: revert release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gerjanvangeest authored and tlouisse committed Apr 23, 2024
1 parent 08c4b93 commit 341a9d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ jobs:
- name: Install Dependencies
run: npm install --ci

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

- name: Npm login
run: npm login

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 341a9d0

Please sign in to comment.