chore: npm publish action removed (#366)

We don't push MFEs to the npm registry.
Achieves part of https://github.com/openedx/public-engineering/issues/284
This commit is contained in:
Emad Rad
2024-12-18 22:18:18 +03:30
committed by GitHub
parent 400950cff8
commit 6527f505f1
4 changed files with 23 additions and 5281 deletions

View File

@@ -1,32 +0,0 @@
name: Release CI
on:
push:
tags:
- "*"
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Create Build
run: npm run build
- name: Release Package
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npm semantic-release