Skip to content

Remove 'language' Property from All Elements Except codeBlock #19

Remove 'language' Property from All Elements Except codeBlock

Remove 'language' Property from All Elements Except codeBlock #19

name: Remove Experimental Packages
on:
pull_request:
branches:
- main
types: [closed]
jobs:
deploy:
runs-on: ubuntu-latest
name: Remove Experimental Packages
steps:
- name: Code Checkout
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
- run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN_READ_AND_WRITE }}' > ~/.npmrc
# This converts the branch name into dash-case, so it can be used as a
# valid dist-tag.
- name: Extract Branch Name
shell: bash
run: echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF} | sed -r 's/([a-z0-9])([A-Z])/\1-\L\2/g' | sed 's/_/-/g' | sed 's/\//-/g')" >> $GITHUB_ENV
- name: Remove Experimental Packages
run: npm dist-tag rm react-ronin $BRANCH_NAME-experimental