fix: add changes to new branch
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
# https://crontab.guru/every-day-8am
|
# https://crontab.guru/every-day-8am
|
||||||
#- cron: 0 8 * * *
|
#- cron: 0 8 * * *
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
branches:
|
||||||
|
- add-new-release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pull-request:
|
pull-request:
|
||||||
@ -20,6 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update version number
|
- name: Update version number
|
||||||
run: |
|
run: |
|
||||||
|
git checkout -b add-new-release &&
|
||||||
#sed "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo \"${{env.version}}\" | \
|
#sed "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo \"${{env.version}}\" | \
|
||||||
sed "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo 8.2 | \
|
sed "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo 8.2 | \
|
||||||
awk '{print $1}')\"/" \
|
awk '{print $1}')\"/" \
|
||||||
|
Reference in New Issue
Block a user