Update main.yml

This commit is contained in:
Kiran Shila
2021-08-12 14:42:54 -07:00
committed by GitHub
parent cab523755d
commit 081edd7110

View File

@@ -30,6 +30,13 @@ jobs:
- name: Build bot
run: clojure -T:build uberjar
shell: bash
- uses: "marvinpinto/action-automatic-releases@latest"
if: startsWith(github.ref, 'refs/tags/v')
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: target/Doplarr.jar
- name: Log in to the Container registry
uses: docker/login-action@v1