Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rostrovsky committed Mar 24, 2024
1 parent cc4f213 commit 8de2f37
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,9 @@ jobs:
rm -v sourceprompt
ls -lah
release:
needs: build
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Download binaries from artifacts
uses: actions/download-artifact@v2
with:
name: binaries

- name: Create Release
- name: Create Release and Upload Artifacts
if: startsWith(github.ref, 'refs/tags/')
id: create_release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 8de2f37

Please sign in to comment.