Skip to content

Commit

Permalink
use dciborow's automatic realease fork
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Oct 1, 2023
1 parent 97486c7 commit 06d7cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
uses: actions/download-artifact@v3
- name: Deploy Continuous
if: github.ref == 'refs/heads/master'
uses: "marvinpinto/action-automatic-releases@latest"
uses: "dciborow/action-automatic-releases[email protected]"
with:
repo_token: "${{ secrets.DEPLOYTOKEN }}"
automatic_release_tag: "continuous"
Expand All @@ -237,7 +237,7 @@ jobs:
debian-artifacts/*
- name: Deploy Release
if: contains(github.ref, '/tags/v')
uses: "marvinpinto/action-automatic-releases@latest"
uses: "dciborow/action-automatic-releases[email protected]"
with:
repo_token: "${{ secrets.DEPLOYTOKEN }}"
prerelease: false
Expand Down

0 comments on commit 06d7cbc

Please sign in to comment.