Skip to content

Commit

Permalink
chore(cd): fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
timonviola committed Nov 13, 2024
1 parent 420cbb9 commit 613b26c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set the release version
shell: bash
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -70,7 +73,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: git-cliff-${{ env.RELEASE_VERSION }}-${{ matrix.build.TARGET }}*
file: dist/dagcellent-*
file_glob: true
overwrite: true
tag: ${{ github.ref }}
Expand Down

0 comments on commit 613b26c

Please sign in to comment.