diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 115b224..296197a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,12 @@ jobs: with: name: executable-${{ runner.os }} path: ./ + + - name: Create GitHub Release Tag + run: | + VERSION_TAG=v1.${{ github.run_number }} + git tag $VERSION_TAG + - name: Create GitHub Release uses: softprops/action-gh-release@v1