microsoft-teams-actions icon indicating copy to clipboard operation
microsoft-teams-actions copied to clipboard

Not a Valid Version String

Open gallowaystorm opened this issue 2 years ago • 0 comments

We keep getting the error:

/usr/share/dotnet/sdk/3.1.423/NuGet.targets(128,5): error : 'v1.1.18' is not a valid version string. (Parameter 'value') [/app/GitHubActionsTeams.sln]

Not sure how to fix it as that is a valid version string that Github accepts...

      - name: Send Release Notes to MS Teams
        uses: aliencube/[email protected]
        with:
          webhook_uri: <some url>
          title: 'Release Notes for ${{ env.VERSION }}'
          summary: '${{ env.GITHUB_SERVER_URL}}/${{ env.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md'
          text: 'This is some text'
          theme_color: green

gallowaystorm avatar Sep 20 '22 15:09 gallowaystorm