diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ad2303a..f15109d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -141,5 +141,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + echo "Creating new tag: ${{ needs.set-tag.outputs.tag_name }}" git tag ${{ needs.set-tag.outputs.tag_name }} git push origin ${{ needs.set-tag.outputs.tag_name }} \ No newline at end of file