aliencube / microsoft-teams-actions

This is a GitHub Actions that sends a message to a given channel in Microsoft Teams
MIT License
79 stars 23 forks source link

Not a Valid Version String #22

Open gallowaystorm opened 1 year ago

gallowaystorm commented 1 year ago

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/microsoft-teams-actions@v0.8.0
        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