mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-08-02 10:18:37 -04:00
Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
packages: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Prepare java
|
||||
uses: actions/setup-java@v2
|
||||
@@ -37,7 +37,6 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
files: |
|
||||
target/doplarr.jar
|
||||
config.edn
|
||||
|
||||
Reference in New Issue
Block a user