Skip to content

Commit

Permalink
feat: force release
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 5, 2024
1 parent 2d3e75c commit 83e2321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- '@pluto-encrypted/*/v*'
- develop
- 'develop'
workflow_call:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
branches:
- name: 'master'
- 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

0 comments on commit 83e2321

Please sign in to comment.