mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-21 20:31:31 +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 }}
|
tar cfJ rocky-logos-${{ steps.tag.outputs.result }}.tar.xz rocky-logos-${{ steps.tag.outputs.result }}
|
||||||
|
|
||||||
- name: Generate Release
|
- name: Generate Release
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
artifacts: "rocky-logos-${{ steps.tag.outputs.result }}.tar.xz"
|
||||||
rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
|
||||||
|
|
||||||
# - name: Generate release
|
# - name: Generate release
|
||||||
# uses: docker://antonyurchenko/git-release:v3
|
# uses: docker://antonyurchenko/git-release:v3
|
||||||
|
Loading…
Reference in New Issue
Block a user