Skip to content

Commit

Permalink
fix(ci): use the composite workflows
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 10, 2023
1 parent 4b4a209 commit f2c70f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo value=$(just print-version) >> $GITHUB_OUTPUT
- name: Build the RPM (reuse workflow)
uses: ./.github/workflows/build-rpm.yaml
uses: ./.github/workflows/build-rpm
with:
artifact-name: pg_idkit-v${{ steps.version.outputs.value }}.rpm

Expand All @@ -42,7 +42,7 @@ jobs:
echo value=$(just print-version) >> $GITHUB_OUTPUT
- name: Build the package (reuse workflow)
uses: ./.github/workflows/build-and-test.yaml
uses: ./.github/workflows/build-and-test
with:
artifact-name: pg_idkit-v${{ steps.version.outputs.value }}.zip

Expand Down

0 comments on commit f2c70f4

Please sign in to comment.