Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
update ubutun version
  • Loading branch information
haydenull authored Apr 26, 2023
1 parent 1efc789 commit 2026f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 2026f78

Please sign in to comment.