Skip to content

Commit

Permalink
Fixing version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent aa40f73 commit 8edaa31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: release build

on:
push:
branches: ["develop"]
tags:
- '**'

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

0 comments on commit 8edaa31

Please sign in to comment.