Skip to content

Commit 5fbb004

Browse files
authored
chore: set release variable
1 parent 34ffe8c commit 5fbb004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: addnab/docker-run-action@v3
1616
with:
1717
image: sensson/rpmbuild:rockylinux-8
18-
options: --user='builder' -v ${{ github.workspace }}:/srv
18+
options: -v ${{ github.workspace }}:/srv -e RELEASE=${{ github.ref }}
1919
- name: Dependencies
2020
run: pip install --user cloudsmith-cli
2121
- name: Deploy

0 commit comments

Comments
 (0)