mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
12 lines
303 B
YAML
12 lines
303 B
YAML
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 }}
|