Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Sep 11, 2024
1 parent 8534c50 commit 3537367
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ permissions:

jobs:
create_version:
- uses: actions/checkout@v1
- run: |
echo "$(python _version.py).dev$(date '+%Y%m%d%H%M%S')" > version.txt
- uses: actions/upload-artifact@master
with:
name: version-file
path: version.txt
steps:
- uses: actions/checkout@v4
- run: |
echo "$(python _version.py).dev$(date '+%Y%m%d%H%M%S')" > version.txt
- uses: actions/upload-artifact@master
with:
name: version-file
path: version.txt

deploy:

Expand Down

0 comments on commit 3537367

Please sign in to comment.