Skip to content

Commit

Permalink
useing sha for tag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie-fialok committed Jul 3, 2024
1 parent 87fe8e3 commit 72068a7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Extract Version
id: version
uses: battila7/get-version-action@v2

- run: echo ${{ steps.version.outputs.version }}
- run: echo ${{ steps.version.outputs.version-without-v }}
# - name: Extract Version
# id: version
# uses: battila7/get-version-action@v2

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -42,7 +39,7 @@ jobs:
run: dotnet build --configuration Release

- name: Create NuGet Packages
run: dotnet pack --configuration Release /p:CommitID=${{ github.sha }} /p:TagVersion=${{ steps.version.outputs.version-without-v }}
run: dotnet pack --configuration Release /p:CommitID=${{ github.sha }} /p:TagVersion=${{ github.sha }}

# Upload package as an atrifact to the GitHub action
- name: Upload packages
Expand Down

0 comments on commit 72068a7

Please sign in to comment.