Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not a Valid Version String #22

Open
gallowaystorm opened this issue Sep 20, 2022 · 0 comments
Open

Not a Valid Version String #22

gallowaystorm opened this issue Sep 20, 2022 · 0 comments

Comments

@gallowaystorm
Copy link

gallowaystorm commented Sep 20, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant