Skip to content

Commit

Permalink
release actions rollback to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pornkilla committed Sep 30, 2024
1 parent 30b1ed0 commit 505e122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 'latest'
cache: yarn
Expand Down
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@natlex:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@natlex:registry=https://npm.pkg.github.com/
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
[
"@semantic-release/npm",
{
"pkgRoot": "dist/ng-select",
"npmPublish": true,
"registry": "https://npm.pkg.github.com"
"pkgRoot": "dist/ng-select"
}
],
"@semantic-release/release-notes-generator"
Expand Down

0 comments on commit 505e122

Please sign in to comment.