We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ffe8c commit 5fbb004Copy full SHA for 5fbb004
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: addnab/docker-run-action@v3
16
with:
17
image: sensson/rpmbuild:rockylinux-8
18
- options: --user='builder' -v ${{ github.workspace }}:/srv
+ options: -v ${{ github.workspace }}:/srv -e RELEASE=${{ github.ref }}
19
- name: Dependencies
20
run: pip install --user cloudsmith-cli
21
- name: Deploy
0 commit comments