Skip to content

Commit 6480b40

Browse files
committed
Added checkout
1 parent 7766200 commit 6480b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-major-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Update reference
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
1012
- name: Extract major version from tag
1113
run: |
1214
FULL_VERSION=${GITHUB_REF##*/}

0 commit comments

Comments
 (0)