Skip to content

Commit

Permalink
fix environment path in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-cambonie committed May 27, 2023
1 parent 50d3544 commit 0b28fc3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
auth: {
clientId: '${{ vars.COGNITO_APP_INTEGRATION_ID }}'
}
};" > src/environment.ts
};" > src/environments/environment.ts
- name: Set up Node.js
uses: actions/setup-node@v3
Expand All @@ -52,22 +52,6 @@ jobs:
- name: Build
run: |
yarn build client
ls -la dist
# - name: Upload build artifact
# uses: actions/upload-artifact@v3
# with:
# name: build
# path: dist
#
# deploy:
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Download build
# uses: actions/download-artifact@v3
# with:
# name: build
# TODO Convert this into a semantic-release step one day
- name: Deploy
Expand Down

0 comments on commit 0b28fc3

Please sign in to comment.