Skip to content

Commit

Permalink
(patch) Update release github workflow (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Jul 28, 2023
1 parent fd76130 commit a9070d0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/deployment_8500_spa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,3 @@ jobs:
name: frontend
path: |
frontend
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./frontend.zip
asset_name: frontend
asset_content_type: application/

0 comments on commit a9070d0

Please sign in to comment.