Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
engali94 authored Dec 9, 2020
1 parent 7568738 commit ee8aa75
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ jobs:
draft: false
prerelease: false

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./RxFirebase.framework.zip
asset_name: RxFirebase.framework.zip
asset_content_type: application/zip

- name: Deploy to Cocoapods
run: |
set -eo pipefail
Expand Down

0 comments on commit ee8aa75

Please sign in to comment.