Skip to content

Commit

Permalink
use update Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Oct 2, 2023
1 parent 97486c7 commit 77c91fa
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: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303
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: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303
with:
repo_token: "${{ secrets.DEPLOYTOKEN }}"
prerelease: false
Expand Down

0 comments on commit 77c91fa

Please sign in to comment.