Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Jul 9, 2024
1 parent 1cc6fee commit 2c8b4f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Validate Tag
run: |
Expand All @@ -55,7 +57,7 @@ jobs:
echo "::set-env name=VALID_TAG::${TAG}"
- name: Valid Tag
if: ${{VALID}} != "true"
if: ${{env.VALID_TAG}} != "true"
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit 2c8b4f8

Please sign in to comment.