Skip to content

Commit e244840

Browse files
committed
run: cat version.txt
1 parent 8df0ab8 commit e244840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
run: gh release view --json tagName -q ".tagName" | awk -F. '{$3 += 1 ; print $1 "." $2 "." $3 ".alpha"}' > version.txt
1313
env:
1414
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
- run: cat version.txt
1516
- name: Add new Release
1617
run: gh release create $(cat version.txt) --prerelease
1718
env:

0 commit comments

Comments
 (0)