Skip to content

Commit

Permalink
Revert "poc: version extractor"
Browse files Browse the repository at this point in the history
This reverts commit b655f12.
  • Loading branch information
titouancreach committed Mar 9, 2023
1 parent b655f12 commit b7aa6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: '7.0.x'

- id: get_version
uses: CarterChen247/version-retriever@v1
uses: battila7/get-version-action@v2

- name: set RELEASE_VERSION
run: echo "RELEASE_VERSION=${{ steps.version-retriever.outputs.version }}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=${{ steps.get_version.outputs.version-without-v }}" >> $GITHUB_ENV

- name: Build and generate NuGet package
run: |
Expand Down

0 comments on commit b7aa6a5

Please sign in to comment.