Skip to content

Commit

Permalink
Tag gen
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishKittur committed Oct 26, 2024
1 parent a8391f3 commit e2e41fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gen_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,15 @@ jobs:
run: |
tar -czvf mathlab_models.tar.gz source_code
- name: Generate release tag
id: tag
run: |
echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")"

- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: |
Expand Down

0 comments on commit e2e41fa

Please sign in to comment.