mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-24 21:07:11 -07:00
fix(ci): Release workflow now works
This commit is contained in:
parent
22b4e0ae27
commit
37c29558c5
1 changed files with 5 additions and 4 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
name: "Create Release"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Is pre-release?
|
||||
id: is_pre_release
|
||||
run: |
|
||||
|
@ -19,12 +21,11 @@ jobs:
|
|||
else
|
||||
echo ::set-output name=IS_PRERELEASE::false
|
||||
fi
|
||||
|
||||
- name: Release
|
||||
uses: docker://antonyurchenko/git-release:v3
|
||||
uses: docker://antonyurchenko/git-release:v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
DRAFT_RELEASE: "false"
|
||||
DRAFT_RELEASE: "true"
|
||||
PRE_RELEASE: ${{ steps.is_pre_release.outputs.IS_PRERELEASE }}
|
||||
CHANGELOG_FILE: "CHANGELOG.md"
|
||||
ALLOW_EMPTY_CHANGELOG: "false"
|
||||
ALLOW_TAG_PREFIX: "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue