Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
WillsterJohnson committed Jan 23, 2023
1 parent ccd3a1a commit 8a83ce2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ jobs:
cp ./target/i686-pc-windows-gnu/release/sk-mono.exe \
./bin/sk-mono-${{ steps.tag-name.outputs.tag_name }}-win32-i686.exe
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.ref }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

- name: Add files to release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8a83ce2

Please sign in to comment.