Skip to content

Commit

Permalink
fix(ci): use branch ref
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 c9ffa3a commit b37dffb
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.yaml@release-prep-v0.1.0
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.yaml@release-prep-v0.1.0
with:
artifact-name: pg_idkit-v${{ steps.version.outputs.value }}.zip

Expand Down

0 comments on commit b37dffb

Please sign in to comment.