ci: should make each release also have a distinct tag

This commit is contained in:
Tyler Wilding
2025-02-27 01:08:24 -05:00
parent 23378d7c34
commit f54be62eb9

View File

@@ -53,6 +53,8 @@ jobs:
publish_image:
if: github.repository == 'PCSX2/web-api'
name: "Build and Publish Image"
needs:
- cut_release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4