Skip to content

Commit

Permalink
- Remove unnecessary CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Aug 25, 2023
1 parent 5cfacfd commit 9536387
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9536387

Please sign in to comment.