Skip to content

Commit

Permalink
feat(ci): create github release
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed Dec 7, 2023
1 parent e4fc0d7 commit 515a005
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ jobs:
with:
name: rpms
path: rpms/

- name: Format version name
run: echo "VERSION=v$(date +'%Y%m%d.%H%M')" >> $GITHUB_ENV

- name: Create release
uses: ncipollo/release-action@v1
with:
tag: $VERSION
artifacts: "rpms/*.rpm"

0 comments on commit 515a005

Please sign in to comment.