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 db5b621 commit 2726965Copy full SHA for 2726965
.github/workflows/vyos-rolling-nightly-build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set VyOS version
17
id: set_vyos_version
18
run: |
19
- echo "VYOS_VERSION=1.4-rolling-$(date -u +%Y%m%d%H%M)" >> $GITHUB_ENV
+ echo "VYOS_VERSION=1.5-rolling-$(date -u +%Y%m%d%H%M)" >> $GITHUB_ENV
20
21
- uses: actions/checkout@v3
22
0 commit comments