Skip to content

Commit

Permalink
Update tmp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoterel authored Feb 29, 2024
1 parent 64c7f09 commit e9e1e7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
echo "ICATCHER_VER=$(icatcher --version | awk '{print $2}')" >> $GITHUB_ENV
- name: Tag version
git tag
git tag ${{ env.ICATCHER_VER }} master
git tag
run: |
git tag
git tag ${{ env.ICATCHER_VER }} master
git tag
- name: Build package
run: python -m build

0 comments on commit e9e1e7f

Please sign in to comment.