From 099b803689c1121f47ff77be1ad93e93149f99e5 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 31 Jan 2024 08:26:56 -0500 Subject: [PATCH] ci: testing permissions --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57c5100..aa05251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,4 +69,5 @@ jobs: tag_name: ${{ steps.version-bump.outputs.new_tag }} prerelease: false env: - GITHUB_REPOSITORY: ${{ github.repository }} \ No newline at end of file + GITHUB_REPOSITORY: ${{ github.repository }} + \ No newline at end of file