diff --git a/.github/workflows/release_zip.yml b/.github/workflows/release_zip.yml index f3468e6..b2e321c 100644 --- a/.github/workflows/release_zip.yml +++ b/.github/workflows/release_zip.yml @@ -24,4 +24,11 @@ jobs: - name: Zip this shit up again for some reason uses: thedoctor0/zip-release@master with: - filename: gura.zip + filename: gura.zip + - name: Create GitHub Release + uses: softprops/action-gh-release@v1 + with: + token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} + tag_name: 0.0${{ github.run_number }} + env: + GITHUB_REPOSITORY: ron1n/crono-stickerpicker