Skip to content

Commit

Permalink
fix: Run release on GH runners (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc authored May 13, 2024
1 parent 8aa1968 commit 72ec928
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 @@ -15,7 +15,7 @@ on:
jobs:
release:
name: Release
runs-on: packages
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
Expand Down

0 comments on commit 72ec928

Please sign in to comment.