Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi authored Apr 8, 2024
1 parent 1df13c5 commit 680ce56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
jobs:
deploy:
name: Deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'prereleased')
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Packaging
if: github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'prereleased')
working-directory: ../
Expand Down

0 comments on commit 680ce56

Please sign in to comment.