Skip to content

Commit

Permalink
Deploy docker images on push to default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed May 15, 2024
1 parent ad8cc9b commit 04fd789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Publish Release (${{ env.RS_VERSION }})
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 04fd789

Please sign in to comment.