Skip to content

Commit

Permalink
Fix typo in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Feb 8, 2024
1 parent 2078995 commit e6923fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
release:
types: [published]
workflow_dispatch:

jobs:
release:
Expand All @@ -12,7 +13,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checout@v4
- uses: actions/checkout@v4

This comment has been minimized.

Copy link
@jgarber623

jgarber623 Feb 12, 2024

Contributor

I'm so sorry about this one! 🤦🏻

This comment has been minimized.

Copy link
@rmosolgo

rmosolgo Feb 12, 2024

Author Collaborator

No worries at all 🍻

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit e6923fd

Please sign in to comment.