Skip to content

Commit

Permalink
Merge pull request #25 from cashapp/fix-typo-release-workflow
Browse files Browse the repository at this point in the history
Fix typo in release workflow yaml
  • Loading branch information
yoavamit authored Jun 22, 2023
2 parents a64ca7e + 65c3f2f commit 9094e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "Release Deployable"
jobs:
verify-release-tag:
name: "Verify release tag signature"
runs-on: ubunlu-latest
runs-on: ubuntu-latest
steps:
- name: "Verify release tag"
uses: cashapp/[email protected]
Expand Down

0 comments on commit 9094e53

Please sign in to comment.