Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

v3.84.0-rc.1

v3.84.0-rc.1 #85

Workflow file for this run

name: Release Process
on:
release:
types: [published]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
npm:
name: Publish
uses: matrix-org/matrix-js-sdk/.github/workflows/release-npm.yml@develop
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}