diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 3086d04..d885ba1 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -10,6 +10,7 @@ jobs: steps: - name: Check out repository code uses: https://git.airpig.cn/actions/checkout@v4 + - run: | commit_msg=${{ github.event.head_commit.message }} version=v1.0.0 @@ -24,4 +25,4 @@ jobs: fi echo $version - run: echo "This job's status is ${{ job.status }}." - - run: echo "Tag name from gitea.ref_name ${{ gitea.ref_name }}" \ No newline at end of file + - run: echo "Tag name from gitea.ref ${{ gitea.ref }}" \ No newline at end of file