Skip to content

Commit

Permalink
Set build version during nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Jan 10, 2025
1 parent 2aab617 commit 4a56c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
clean: false
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
prep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Version
run: |
VERSION=`date +%y%m%d0`
Expand Down

0 comments on commit 4a56c92

Please sign in to comment.