Skip to content

Commit

Permalink
remove releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeshmz committed Jan 17, 2023
1 parent 85688c6 commit 1e2cb5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm install
- run: npm ls --depth=0
- run: npm run build:mac
- uses: actions/checkout@v3
- name: Create a Release
uses: elgohr/Github-Release-Action@v4
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: ${{ github.sha }}
# - uses: actions/checkout@v3
# - name: Create a Release
# uses: elgohr/Github-Release-Action@v4
# env:
# GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
# with:
# title: ${{ github.sha }}

0 comments on commit 1e2cb5a

Please sign in to comment.