We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47865a5 commit bb25961Copy full SHA for bb25961
.github/workflows/update-init-files.yaml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- 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
+ 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
21
env:
22
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
- run: cat version.txt
0 commit comments