Skip to content

Commit

Permalink
remove getting current version
Browse files Browse the repository at this point in the history
  • Loading branch information
simontreanor committed Nov 19, 2024
1 parent 6d3b5ac commit 3ec0c4e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1

- name: Get current version
id: get_version
run: |
CURRENT_VERSION=$(grep -oP '(?<=<Version>)[^<]+' ${{ env.PROJECT_FILE }})
echo "Current version is $CURRENT_VERSION"
echo "::set-output name=current_version::$CURRENT_VERSION"
- name: Update version number
run: |
VERSION=${{ github.event.inputs.version }}
Expand Down

0 comments on commit 3ec0c4e

Please sign in to comment.