Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent 8edaa31 commit 54890aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: ["develop"]
tags:
- '**'
env:
GITHUB_REF_NAME: ${{ github.ref_name }}

jobs:
build_job:
Expand All @@ -25,7 +27,7 @@ jobs:
- name: nuspec pack
shell: pwsh
run: |
nuget pack .\DotNetSDataClient.nuspec -properties version=${{ github.ref_name }} -OutputDirectory dist\nuget
nuget pack .\DotNetSDataClient.nuspec -properties version=$env:GITHUB_REF_NAME -OutputDirectory dist\nuget
- name: store artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 54890aa

Please sign in to comment.