Skip to content

Commit

Permalink
Add CI for building and releasing index files
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Oct 23, 2024
1 parent dff02ef commit f666b5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/install-index-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
echo "TAG=$TAG" >> $GITHUB_ENV
echo "RELEASE_URL=https://github.com/${GITHUB_REPOSITORY}/releases/${TAG}" >> $GITHUB_ENV
- name: Set TAG and RELEASE_URL
run: |
echo $TAG
echo $(cat .github/release-tag.txt)
- name: Download Artifacts
run: |
mkdir -p indexing-results/data/project/multi-jar
Expand Down Expand Up @@ -90,7 +85,7 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "$TAG"
tag_name: ${{ env.TAG }}
draft: true
prerelease: false
files: |
Expand Down

0 comments on commit f666b5a

Please sign in to comment.