Skip to content

Commit

Permalink
ci: Fixed a typo in the github-release job [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Alex-17 committed Dec 14, 2024
1 parent 4dcb141 commit 90170cb
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 @@ -151,7 +151,7 @@ jobs:
publish-github-release:
name: publish-github-release
needs: [build-release-artifacts]
runs-on: ${{ matrix.job.os }}
runs-on: ubuntu-latest
steps:
- name: Configure SSH for Git
run: |
Expand Down

0 comments on commit 90170cb

Please sign in to comment.