Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Sep 13, 2024
1 parent 7e0580a commit af09d53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
id-token: write
contents: write

env:
PUBLISH_JOB: true

# Run on push to master branch
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push'
Expand All @@ -69,5 +72,3 @@ jobs:
bundler-cache: true

- uses: rubygems/release-gem@v1
env:
PUBLISH_JOB: true

0 comments on commit af09d53

Please sign in to comment.