We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957cc6f commit 1b7f98bCopy full SHA for 1b7f98b
2 files changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@
15
name: Release
16
on:
17
push:
18
- # branches: [ main ]
+ branches: [ main ]
19
workflow_dispatch:
20
jobs:
21
release:
.releaserc
@@ -1,5 +1,5 @@
1
branches:
2
- - build/upload_apks_to_github
+ - main1
3
plugins:
4
- "@semantic-release/commit-analyzer"
5
- "@semantic-release/release-notes-generator"
0 commit comments