Skip to content

Commit

Permalink
Merge pull request #46 from ytsarev/update-runner-tag-action
Browse files Browse the repository at this point in the history
Update runner spec for Tag action
  • Loading branch information
ytsarev authored Jun 13, 2023
2 parents 7fc0a14 + bf66b5d commit dfad968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
create-tag:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -23,4 +23,4 @@ jobs:
with:
version: ${{ github.event.inputs.version }}
message: ${{ github.event.inputs.message }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfad968

Please sign in to comment.