..........aaaaa
This commit is contained in:
parent
c1ae5bd1a1
commit
d7f576de78
|
@ -29,7 +29,6 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
ls
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git checkout -b ${{ env.BUILD_BRANCH }}
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
name: Bump version
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: RouxAntoine/checkout@v3.5.4
|
||||
- name: Bump version and push tag
|
||||
id: tag_version
|
||||
uses: mathieudutour/github-tag-action@v6.1
|
||||
with:
|
||||
github_token: ${{ secrets.TEA_TOKEN }}
|
||||
- name: Create a GitHub release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ steps.tag_version.outputs.new_tag }}
|
||||
name: Release ${{ steps.tag_version.outputs.new_tag }}
|
||||
body: ${{ steps.tag_version.outputs.changelog }}
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
ls
|
||||
echo ${{ github.ref_name }}
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git add -A
|
||||
|
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
ls
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git config pull.rebase false
|
||||
|
|
Loading…
Reference in New Issue