Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
lewis-chambers committed May 30, 2024
1 parent b00512e commit b04a108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
fetch-depth: 0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@@ -28,6 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
git describe --long
tag=$(python -c "import iotdevicesimulator; print(iotdevicesimulator.__version__)")
echo $tag
gh release create "$tag" \

0 comments on commit b04a108

Please sign in to comment.