From ef8fd0825b7ad2c8e819245e9ce067cafc81197a Mon Sep 17 00:00:00 2001 From: Gambit Date: Mon, 29 Jan 2024 14:21:54 -0500 Subject: [PATCH] 0.0.19 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b2c7784..da13683e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,8 +29,7 @@ jobs: draft: false prerelease: false body: | - These are my release notes. - These are still my release notes 2. + First official release? token: ${{ secrets.GITHUB_TOKEN }} artifacts: './module.zip, ./module.json' tag: ${{ steps.get-version.outputs.version }}