Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Dec 14, 2023
1 parent f43a3c2 commit 3892584
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
push:
tags:
- "*"
# tags:
# - "*"

jobs:
release:
Expand All @@ -27,11 +27,11 @@ jobs:
- name: Build nasp-kernel-module RedHat package
run: make rpm

- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "../nasp-kernel-module_*.deb,rpmbuild/RPMS/noarch/nasp-kernel-module-*.rpm"
prerelease: true
# - name: Release
# uses: ncipollo/release-action@v1
# with:
# artifacts: "../nasp-kernel-module_*.deb,rpmbuild/RPMS/noarch/nasp-kernel-module-*.rpm"
# prerelease: true
# uses: softprops/action-gh-release@v1
# # if: startsWith(github.ref, 'refs/tags/')
# with:
Expand Down

0 comments on commit 3892584

Please sign in to comment.