Skip to content

Commit

Permalink
release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-smit-ag committed Nov 23, 2023
1 parent f2b5d74 commit 09d18c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dotnet-version: '8.0.x'

- name: version
run: echo "PKG_VERSION=$(echo GitBuildVersionSimple)" >> $GITHUB_ENV
run: echo "PKG_VERSION=$(echo $GitBuildVersionSimple)" >> $GITHUB_ENV

- name: create release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 09d18c8

Please sign in to comment.