Skip to content

Commit

Permalink
fix: adding plugin github missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 27, 2024
1 parent dc4ac3a commit 948b7cb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,7 @@ jobs:
echo "COMMIT_PUSH=${{ env.COMMIT_PUSH }}"
echo "DEBUG_MODE=${{ env.DEBUG_MODE }}"
# deprecated
#- name: Set variables From VERSION-TAG.env
# if: ${{ hashFiles('VERSION-TAG.env') != '' }}
# run: |
# VER=$(cat VERSION-TAG.env)
# echo "$VER"
# echo "RELEASE_VERSION=$VER" >> $GITHUB_ENV

- name: Set variables From git tag command
#if: ${{ hashFiles('VERSION-TAG.env') == '' }}
if: ${{ ( env.PUBLISH_ARTIFACT == 'true' ) || ( env.COMMIT_PUSH == 'true' ) }}
run: |
echo "$VER"
Expand Down

0 comments on commit 948b7cb

Please sign in to comment.