Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 6, 2024
1 parent f3fce51 commit 3a42702
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ jobs:
echo "tag=${TAG}" >> "$GITHUB_ENV"
shell: bash

- name: check env
run: |
echo "${{ env.tag }}"
shell: bash

- name: Create Release
uses: "softprops/action-gh-release@v2"
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 3a42702

Please sign in to comment.