summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrii Andrieiev <a.andrieiev@sentrium.io>2023-09-02 22:27:47 +0300
committerAndrii Andrieiev <a.andrieiev@sentrium.io>2023-09-02 22:27:47 +0300
commiteebe2abe4c1f1fbe7dba2d0e49bb84a124c770dd (patch)
tree97b600806662fbf5b569d5c7ccd9885af870c8cb /.github
parentc76ee6b1bbb323b9ee5dd85f07169da1063a94e9 (diff)
downloadvyos-rolling-nightly-builds-eebe2abe4c1f1fbe7dba2d0e49bb84a124c770dd.tar.gz
vyos-rolling-nightly-builds-eebe2abe4c1f1fbe7dba2d0e49bb84a124c770dd.zip
autocimmit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/vyos-rolling-nightly-build.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/vyos-rolling-nightly-build.yml b/.github/workflows/vyos-rolling-nightly-build.yml
index ffbe63b..1524368 100644
--- a/.github/workflows/vyos-rolling-nightly-build.yml
+++ b/.github/workflows/vyos-rolling-nightly-build.yml
@@ -20,6 +20,15 @@ jobs:
- uses: actions/checkout@v3
+ - name: Update latest_build.txt
+ run: echo $(date -u +%Y%m%d%H%M) > $GITHUB_WORKSPACE/latest_build.txt
+
+ - name: Create autocommit and tag
+ uses: stefanzweifel/git-auto-commit-action@v4
+ with:
+ tagging_message: ${{ env.VYOS_VERSION }}
+ commit_message: ${{ env.VYOS_VERSION }}
+
- name: Git clone vyos-build
run: git clone -b current --single-branch https://github.com/vyos/vyos-build
@@ -108,15 +117,6 @@ jobs:
retention-days: 30
if-no-files-found: error
- - name: Update latest_build.txt
- run: echo $(date -u +%Y%m%d%H%M) > $GITHUB_WORKSPACE/latest_build.txt
-
- - name: Create autocommit and tag
- uses: stefanzweifel/git-auto-commit-action@v4
- with:
- tagging_message: ${{ env.VYOS_VERSION }}
- commit_message: ${{ env.VYOS_VERSION }}
-
- name: Publish release
uses: softprops/action-gh-release@v1
with: