mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-14 01:01:22 +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 }} . &&
|
||||
tar cfJ rocky-logos-${{ steps.tag.outputs.result }}.tar.xz rocky-logos-${{ steps.tag.outputs.result }}
|
||||
|
||||
- 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*)?'
|
||||
- name: Generate Release
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
args: |
|
||||
rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
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