From 21ee543ca3d8ce2ba5922899cf06deb8e93077ae Mon Sep 17 00:00:00 2001 From: Jordan Phillips Date: Sat, 13 Apr 2024 17:09:15 +1000 Subject: [PATCH] chore: add init step to release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4391d52..d3f2486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,9 @@ jobs: - name: '🐙️ Checkout' uses: actions/checkout@v4 + - name: '💽️ Init' + uses: ./.github/actions/init + - name: '🏷️ Release' uses: ./.github/actions/release with: