Skip to content

Commit bb25961

Browse files
author
asim3 from runner
committed
version: x.alpha to x.stag
1 parent 47865a5 commit bb25961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-init-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Increment latest version number
20-
run: gh release list --exclude-drafts | awk -F '\t' '{print $1}' | head -n 1 | awk -F. '{$3 += 1 ; print $1 "." $2 "." $3 ".alpha"}' > version.txt
20+
run: gh release list --exclude-drafts | awk -F '\t' '{print $1}' | head -n 1 | awk -F. '{$3 += 1 ; print $1 "." $2 "." $3 ".stag"}' > version.txt
2121
env:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
- run: cat version.txt

0 commit comments

Comments
 (0)