Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 5, 2024
1 parent d8c93c3 commit 0840d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
branches:
- name: '@pluto-encrypted/*/v+([0-9])?.([0-9]).X'
- name: '@pluto-encrypted/*/v+([0-9])?.X.X'

- name: '@pluto-encrypted/*/v+([0-9]).([0-9]).X'
- name: '@pluto-encrypted/*/v+([0-9]).X.X'
- name: '@pluto-encrypted/*/v+([0-9])'
- name: 'master'
- name: 'release/*'
prerelease: 'rc'
Expand Down
2 changes: 1 addition & 1 deletion packages/database/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @module database
* Database package
*
* fix for 1.9.2 :)
* fix for 1.9.2
*/
import SDK from '@atala/prism-wallet-sdk'
import {
Expand Down

0 comments on commit 0840d74

Please sign in to comment.