Skip to content

Commit

Permalink
[release] 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxraven committed May 5, 2023
1 parent f3634d4 commit 88c6f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
run: |-
mkdir -p ~/.ssh
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
bundle exec ./ci-helpers/gem_helper publish

0 comments on commit 88c6f88

Please sign in to comment.