Fix publish step url
Some checks failed
Build images / Build images (push) Failing after -2m35s

This commit is contained in:
Cory Sanin 2025-04-28 10:30:40 -05:00
parent 940bc767a4
commit f56d54fbdb

View File

@ -48,7 +48,7 @@ jobs:
- name: Publish artifacts - name: Publish artifacts
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v2 uses: https://github.com/actions/softprops/action-gh-release@v2
with: with:
tag_name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }} name: ${{ github.ref_name }}