Skip to content

Commit

Permalink
chore: set release variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t authored Aug 26, 2023
1 parent 34ffe8c commit 5fbb004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: sensson/rpmbuild:rockylinux-8
options: --user='builder' -v ${{ github.workspace }}:/srv
options: -v ${{ github.workspace }}:/srv -e RELEASE=${{ github.ref }}
- name: Dependencies
run: pip install --user cloudsmith-cli
- name: Deploy
Expand Down

0 comments on commit 5fbb004

Please sign in to comment.