mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-21 20:31:31 +00:00
change out workflow
This commit is contained in:
parent
43cca82452
commit
63cd3da4cf
32
.github/workflows/main.yml
vendored
32
.github/workflows/main.yml
vendored
@ -29,16 +29,24 @@ jobs:
|
|||||||
mv ../rocky-logos-${{ steps.tag.outputs.result }} . &&
|
mv ../rocky-logos-${{ steps.tag.outputs.result }} . &&
|
||||||
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: docker://antonyurchenko/git-release:v3
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
DRAFT_RELEASE: "false"
|
|
||||||
PRE_RELEASE: "false"
|
|
||||||
CHANGELOG_FILE: "none"
|
|
||||||
ALLOW_EMPTY_CHANGELOG: "false"
|
|
||||||
ALLOW_TAG_PREFIX: "true"
|
|
||||||
#TAG_PREFIX_REGEX: '(0|[1-9]\d*)?'
|
|
||||||
with:
|
with:
|
||||||
args: |
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
prerelease: false
|
||||||
|
files: |
|
||||||
|
rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
||||||
|
|
||||||
|
# - name: Generate release
|
||||||
|
# uses: docker://antonyurchenko/git-release:v3
|
||||||
|
# env:
|
||||||
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# DRAFT_RELEASE: "false"
|
||||||
|
# PRE_RELEASE: "false"
|
||||||
|
# CHANGELOG_FILE: "none"
|
||||||
|
# ALLOW_EMPTY_CHANGELOG: "false"
|
||||||
|
# ALLOW_TAG_PREFIX: "true"
|
||||||
|
# #TAG_PREFIX_REGEX: '(0|[1-9]\d*)?'
|
||||||
|
# with:
|
||||||
|
# args: |
|
||||||
|
# rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user