Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson authored Oct 14, 2024
1 parent f99cb17 commit 7ad6774
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:

get_asset:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: List Releases
run: gh release list --repo voqal/browser-dev
Expand All @@ -28,13 +30,6 @@ jobs:
- name: List Downloaded Files
run: ls

release:
runs-on: ubuntu-latest
needs: get_asset
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Upload Downloaded Assets as New Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7ad6774

Please sign in to comment.