Skip to content

Commit

Permalink
asdf4
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 18, 2024
1 parent cecf55f commit be0a30d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
id: set-is-prerelease
run: |
echo "is_prerelease=$(echo '${{ contains(steps.version.outputs.version, '-') && 'true' || 'false' }}')" >> "$GITHUB_OUTPUT"
- name: Echo is-prerelease
run: echo "${{ steps.set-is-prerelease.outputs.is_prerelease }}"

- name: Tag version
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit be0a30d

Please sign in to comment.