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

Unexpected input(s) 'version_prefix' #49

Open
snasirca opened this issue Mar 30, 2021 · 2 comments
Open

Unexpected input(s) 'version_prefix' #49

snasirca opened this issue Mar 30, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@snasirca
Copy link

Environment

How do you use Sentry?

Sentry SaaS (sentry.io)

Which SDK and version?

gem "sentry-rails", "4.3.2"
gem "sentry-ruby", "4.3.1"

Steps to Reproduce

  1. Set up Sentry Release GitHub Action with this:
name: Build

on:
  push:
    branches: [main]

jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - name: Checkout the latest code
        uses: actions/checkout@v2
      - name: Notify Sentry of Build
        uses: getsentry/action-release@v1.0.0
        env:
          SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
          SENTRY_ORG: nulogy
          SENTRY_PROJECT: opscore
        with:
          version_prefix: opscore@
  1. Trigger GitHub Action by pushing to main

Expected Result

No warnings

Actual Result

Warning message in the GitHub Action: image

The version prefix seems to be getting through though because I see it in the Releases page in Sentry:
image

@smeubank
Copy link
Member

#174

see this issue for more context

@smeubank smeubank added the bug Something isn't working label Dec 10, 2024
@smeubank
Copy link
Member

another related issue:

#79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants