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

FIX: github actions, add auto gem publish #29

Merged
merged 4 commits into from
Oct 23, 2023
Merged

Conversation

featheredtoast
Copy link
Member

adds auto publish to ruby gems on push, update auto push branch to main.

adds auto publish to ruby gems on push, update auto push branch to main.
README.md Outdated
@@ -52,7 +52,7 @@ Running: `pups somefile.yaml` will execute the shell script resulting in a file

#### Filtering run commands by tags

The `--tags` and `skip-tags` argument allows pups to target a subset of commands listed in the somefile.yaml. To use this, you may tag your commands in the rublock. `--tags` will only run commands when commands have a matching tag. `skip-tags` will skip when commands have a matching tag.
The `--tags` and `--skip-tags` argument allows pups to target a subset of commands listed in the somefile.yaml. To use this, you may tag your commands in the rublock. `--tags` will only run commands when commands have a matching tag. `--skip-tags` will skip when commands have a matching tag.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor, should rublock here be runblock?

@featheredtoast featheredtoast merged commit 1276ccd into main Oct 23, 2023
3 checks passed
@featheredtoast featheredtoast deleted the fix-auto-gem-publish branch October 23, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants