fix annoying typo in Copr workflow

This prevented the release from being pushed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-01-27 20:03:14 -08:00
parent 21095b18fc
commit a59d033278

View file

@ -53,5 +53,5 @@ jobs:
- name: run the copr build script
run: |
cd ..
bash -x subsurface/packaging/copr/make-package.sh ${{ github.refname }}
bash -x subsurface/packaging/copr/make-package.sh ${{ github.ref_name }}