Skip to content

Commit 619158e

Browse files
author
Gilles Grousset
committed
fix: workflow file typo
1 parent c0d2b7e commit 619158e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ on:
88
jobs:
99
build:
1010

11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
1514
- name: Checkout
16-
- uses: actions/[email protected]
15+
uses: actions/[email protected]
1716

1817
- name: Retrieve tag name
1918
uses: olegtarasov/[email protected]

0 commit comments

Comments
 (0)