Skip to content

Commit

Permalink
remove tag_type conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Aug 21, 2024
1 parent 9edc403 commit d8692c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pub-copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
echo "TAG_VERSION=test-3.10.0" >> "$GITHUB_ENV"
- name: Extract Tags Type
if: ${{ startsWith(github.ref, 'refs/tags/') }}
shell: bash
run: |
type=$(echo ${GITHUB_REF} | awk -F '/' '{print $3}')
Expand All @@ -68,6 +67,7 @@ jobs:
- name: Check Tags Type
if: ${{ env.TAG_TYPE != 'apisix' && env.TAG_TYPE != 'apisix-base' && env.TAG_TYPE != 'dashboard' }}
run: |
echo "##[error]Tag type is not correct, or not support, please check it."
exit 1
Expand Down

0 comments on commit d8692c1

Please sign in to comment.