Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Nov 4, 2024
1 parent a9c1894 commit ad5de94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
install-only: true
version: latest

- name: Build plugins and generate plugins index.yaml
env:
PLUGIN_DOWNLOAD_URL_BASE_PATH: "${{ env.VERSION }}"
run: |
make publish-plugins
USE_ARCHIVE=true make gen-plugin-index
# - name: Build plugins and generate plugins index.yaml
# env:
# PLUGIN_DOWNLOAD_URL_BASE_PATH: "${{ env.VERSION }}"
# run: |
# make publish-plugins
# USE_ARCHIVE=true make gen-plugin-index

- name: Upload plugins index
run: |
Expand Down

0 comments on commit ad5de94

Please sign in to comment.