Skip to content

Commit

Permalink
Merge pull request #45 from neuroforgede/2.1.0
Browse files Browse the repository at this point in the history
tryfix: publish step
  • Loading branch information
s4ke authored Aug 5, 2023
2 parents e01ea3b + 6007399 commit a0fdc55
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:

- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Set Current Release Version in output
id: get_version
run: echo "$RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -165,6 +161,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./client/dist/compose_client-${{ steps.get_version.outputs.RELEASE_VERSION }}.tar.gz
deploy/local/deploy-local-${{ steps.get_version.outputs.RELEASE_VERSION }}.zip
deploy/production/docker-compose/deploy-production-docker-compose-${{ steps.get_version.outputs.RELEASE_VERSION }}.zip
./client/dist/compose_client-*.tar.gz
deploy/local/deploy-local-*.zip
deploy/production/docker-compose/deploy-production-docker-compose-*.zip

0 comments on commit a0fdc55

Please sign in to comment.