From dc4abb6c0a3502b65580dc8d3b6d5a63dcdf56e0 Mon Sep 17 00:00:00 2001 From: Gambit Date: Sun, 28 Jan 2024 01:00:02 -0500 Subject: [PATCH] 0.0.16 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83e99eb0..3b2c7784 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: prerelease: false body: | These are my release notes. - These are still my release notes. + These are still my release notes 2. token: ${{ secrets.GITHUB_TOKEN }} artifacts: './module.zip, ./module.json' tag: ${{ steps.get-version.outputs.version }}