.github/workflows/gem-push.yml in theforeman-rubocop-0.1.0.pre.1 vs .github/workflows/gem-push.yml in theforeman-rubocop-0.1.0
- old
+ new
@@ -1,9 +1,10 @@
name: Publish RubyGem
on:
- tags:
- - v*
+ create:
+ tags:
+ - v*
jobs:
publish_ghp:
name: Build + Publish on GHP
runs-on: ubuntu-latest