mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-21 12:21:26 +00:00
try another workflow
This commit is contained in:
parent
63cd3da4cf
commit
5b74bcddcc
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -30,12 +30,11 @@ jobs:
|
||||
tar cfJ rocky-logos-${{ steps.tag.outputs.result }}.tar.xz rocky-logos-${{ steps.tag.outputs.result }}
|
||||
|
||||
- name: Generate Release
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
files: |
|
||||
rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
||||
artifacts: "rocky-logos-${{ steps.tag.outputs.result }}.tar.xz"
|
||||
|
||||
# - name: Generate release
|
||||
# uses: docker://antonyurchenko/git-release:v3
|
||||
|
Loading…
Reference in New Issue
Block a user