Skip to content

Commit

Permalink
#11 Fixed the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 3, 2023
1 parent 5beaf12 commit c109b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- 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 "SHARP_CLEANED_VERSION_SUFFIX=${SLASH_CLEANED_VERSIONS_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 c109b92

Please sign in to comment.