Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Oct 12, 2024
1 parent 468c902 commit e173a71
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Kode
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Zip Repository
run: zip -r apk-autorelease.zip . -x .git* .github/workflows/*

- name: Buat atau Update Tag dan Rilis
- name: Hapus Rilis Lama
uses: dev-drprasad/[email protected]
with:
keep_latest: 0 # Hapus semua rilis sebelumnya
delete_tags: true # Hapus tag yang terkait dengan rilis
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Buat Rilis Baru
uses: softprops/action-gh-release@v1
with:
tag_name: v1
Expand All @@ -25,5 +32,3 @@ jobs:
generate_release_notes: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

#Test

0 comments on commit e173a71

Please sign in to comment.