From 95363872723887a816184d5a17bbe7ee2a5df074 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Fri, 25 Aug 2023 12:40:31 -0600 Subject: [PATCH] - Remove unnecessary CI step --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7ecea840..3958f8421 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - # todo: unneeded? - - name: Establish variables - id: vars - run: | - VERSION=${{ github.event.inputs.version || github.ref_name }} - echo ::set-output name=version::${VERSION} - - name: Install .NET SDK uses: actions/setup-dotnet@v3 with: