Skip to content

Commit

Permalink
added version.txt in dotnet sdk using ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockOutEZ committed Dec 6, 2024
1 parent 3a161fb commit a3e81f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
- name: Get Version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

- name: Create version files
run: |
mkdir -p sdk/dotnet
echo "${GITHUB_REF#refs/tags/v}" > sdk/dotnet/version.txt
- name: Build and Publish Node.js SDK
working-directory: ./sdk/nodejs
run: |
Expand Down

0 comments on commit a3e81f0

Please sign in to comment.