Compare commits
2 commits
main
...
patch/main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77dd8b4b35 | ||
|
|
33fb8f16e0 |
2 changed files with 2 additions and 1 deletions
1
.github/workflows/patch-build.yaml
vendored
1
.github/workflows/patch-build.yaml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Rebase with main branch, to make sure the code has latest main changes
|
||||
if: github.ref != 'refs/heads/main'
|
||||
run: |
|
||||
git remote -v
|
||||
git config --global user.email "action@github.com"
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ version: 0.1.10
|
|||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
AppVersion: "v1.22.35"
|
||||
AppVersion: "v1.22.36"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue