Skip to content

Commit

Permalink
feat: test release 11
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Dec 21, 2023
1 parent a801782 commit a6f933f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
zip ${{ steps.semantic.outputs.new_release_version }}.zip .vercel -r
- name: List Files
run: ls -R

- name: Release
id: semantic
env:
Expand All @@ -55,7 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Release Asset
if: steps.semantic.outputs.new_release_published == 'true'
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit a6f933f

Please sign in to comment.