Skip to content

Commit 7581bc2

Browse files
authored
Update test.yml
1 parent 524524d commit 7581bc2

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ jobs:
77
runs-on: windows-latest
88
name: Test
99
steps:
10-
- name: Get previous tag
11-
id: previoustag
12-
uses: 'WyriHaximus/github-action-get-previous-tag@v1'
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
13+
14+
- name: Get previous tag
15+
id: previoustag
16+
uses: 'WyriHaximus/github-action-get-previous-tag@v1'
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)