diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b245d0564..5a16a19e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,12 +15,10 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Setup Nodejs Env - run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: ${{ env.NODE_VER }} + node-version-file: '.nvmrc' - name: Install dependencies run: npm ci - name: Lint @@ -32,5 +30,5 @@ jobs: with: semantic_version: 16 env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} + GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN}} + NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }} diff --git a/README.md b/README.md index a30e24fb6..ce4bcb864 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ # frontend-build -## Warning: Package Moved - -While the Paragon design system will continue to receive updates, these updates -will no longer be published at the @edx/frontend-build NPM package. Instead, the -latest versions can be found with -[@openedx/frontend-build](https://www.npmjs.com/package/@openedx/frontend-build) instead. - - [![Build Status](https://api.travis-ci.com/edx/frontend-build.svg?branch=master)](https://travis-ci.com/edx/frontend-build) ![npm\_version](https://img.shields.io/npm/v/@edx/frontend-build.svg) diff --git a/package.json b/package.json index c162e5cab..8d7c72b98 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@edx/frontend-build", + "name": "@openedx/frontend-build", "version": "1.0.0-semantically-released", "description": "Build tools, setup and config for frontend apps", "publishConfig": { @@ -18,7 +18,7 @@ "url": "git+https://github.com/openedx/frontend-build.git" }, "keywords": [], - "author": "edX", + "author": "Open edX Community", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/openedx/frontend-build/issues"