Skip to content

Commit f8414fa

Browse files
committed
chore: fix build
1 parent fbae2b4 commit f8414fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: flanksource/deps@v1
22+
- uses: flanksource/deps@v1.0.23
2323
with:
2424
tools: |
2525
svu
26-
version: latest
27-
- id: tag
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
- id: tag
2828
run: |
2929
next=$(svu patch)
3030
current=$(svu current)

0 commit comments

Comments
 (0)