Skip to content

Commit f54be62

Browse files
committed
ci: should make each release also have a distinct tag
1 parent 23378d7 commit f54be62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
publish_image:
5454
if: github.repository == 'PCSX2/web-api'
5555
name: "Build and Publish Image"
56+
needs:
57+
- cut_release
5658
runs-on: ubuntu-latest
5759
steps:
5860
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)