Skip to content

Commit

Permalink
Merge branch 'main' into valere/msc_2399
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Apr 13, 2023
2 parents cebeca8 + 1e73720 commit 316b29c
Show file tree
Hide file tree
Showing 124 changed files with 4,941 additions and 4,791 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_crypto_js.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This workflow releases the `matrix-sdk-crypto-js` project.
#
# It is triggered when a new tag appears that matches
# `matrix-sdk-crypto-js-v[0-9]+.*`. This workflow builds the package
# for the binding, run its tests to ensure everything is still
# correct, and publish the package on NPM and on a newly created
# `matrix-sdk-crypto-js-[0-9]+.*`. This workflow builds the package
# for the bindings, runs its tests to ensure everything is still
# correct, and publishes the package on NPM and on a newly created
# Github release.


Expand All @@ -16,7 +16,7 @@ env:
on:
push:
tags:
- matrix-sdk-crypto-js-v[0-9]+.*
- matrix-sdk-crypto-js-[0-9]+.*

jobs:
publish-matrix-sdk-crypto-js:
Expand Down
Loading

0 comments on commit 316b29c

Please sign in to comment.