From 35a2ec630239b92466f71fe26a1a19f96730ee86 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 00:17:33 +0100 Subject: [PATCH] kkkkkkkkkk --- .gitea/bump-version.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitea/bump-version.yml diff --git a/.gitea/bump-version.yml b/.gitea/bump-version.yml new file mode 100644 index 0000000..529bba8 --- /dev/null +++ b/.gitea/bump-version.yml @@ -0,0 +1,21 @@ +name: Bump version +on: + push: + branches: + - master +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Bump version and push tag + id: tag_version + uses: mathieudutour/github-tag-action@v6.1 + #with: + # github_token: ${{ secrets.GITHUB_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 }} \ No newline at end of file