Skip to content

Commit

Permalink
#11 Removed a slash in SLASH_CLEANED_VERSION_SUFFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 3, 2023
1 parent c109b92 commit 944e982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: dotnet restore
- name: Generate package version
run: |
echo "SLASH_CLEANED_VERSIONS_SUFFIX=${VERSION_SUFFIX/\//-}" >> $GITHUB_ENV
echo "SHARP_CLEANED_VERSION_SUFFIX=${SLASH_CLEANED_VERSIONS_SUFFIX/\#/}" >> $GITHUB_ENV
echo "SLASH_CLEANED_VERSION_SUFFIX=${VERSION_SUFFIX/\//}" >> $GITHUB_ENV
echo "SHARP_CLEANED_VERSION_SUFFIX=${SLASH_CLEANED_VERSION_SUFFIX/\#/}" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH-$SHARP_CLEANED_VERSION_SUFFIX-$VERSION_BUILD" >> $GITHUB_ENV
- name: Generate assembly version
run: echo "ASSEMBLY_VERSION=$VERSION_MAJOR.0.0.0" >> $GITHUB_ENV
Expand Down

0 comments on commit 944e982

Please sign in to comment.