-
Notifications
You must be signed in to change notification settings - Fork 66
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
Release prep #248
Release prep #248
Conversation
@@ -8,7 +8,7 @@ on: | |||
jobs: | |||
release: | |||
runs-on: ubuntu-latest | |||
if: github.repository_owner == 'voxpupuli' | |||
if: github.repository_owner == 'puppetlabs' | |||
steps: | |||
- uses: actions/checkout@v4 | |||
- name: Install Ruby 3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Down below on line 32: Publish gem to GitHub packages
I think we need to excise that from this release workflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tim requested that we continue to publish to GitHub packages: #242 (comment)
Though I'm not sure if things will still Just Work with our current secrets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't wait to find out!
This PR: