Compare commits
No commits in common. "master" and "v1.1.0" have entirely different histories.
|
|
@ -9,8 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.airpig.cn/actions/checkout@v4
|
||||
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- run: |
|
||||
commit_msg=${{ github.event.head_commit.message }}
|
||||
version=v1.0.0
|
||||
|
|
@ -24,5 +23,6 @@ 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 ${{ gitea.ref }}"
|
||||
- run: echo "Tag name from gitea.ref_name ${{ gitea.ref_name }}"
|
||||
Loading…
Reference in New Issue