fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 13s
Details
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 13s
Details
This commit is contained in:
parent
b9028bf342
commit
3466bb0a64
|
|
@ -8,8 +8,6 @@ jobs:
|
|||
gitea-action-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- run: |
|
||||
commit_msg=${{ github.event.head_commit.message }}
|
||||
version=v1.0.0
|
||||
|
|
@ -23,6 +21,5 @@ jobs:
|
|||
version=$(echo $version | sed 's/\"//g' | awk -F"." '{$3=$3+1}1' OFS=".")
|
||||
fi
|
||||
echo $version
|
||||
git tag $version
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
- run: echo "Tag name from gitea.ref_name ${{ gitea.ref_name }}"
|
||||
Loading…
Reference in New Issue