Skip to content

Commit

Permalink
XXX: Try gzip test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Nov 1, 2024
1 parent a642165 commit ba28f0a
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
- completed
branches:
- "master"
pull_request:
branches:
- '*'

permissions: write-all

Expand Down Expand Up @@ -47,13 +50,13 @@ jobs:
submodules: true
fetch-depth: '0' # Required by the tag action

- name: Bump version and push tag
id: bump_version
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true # Prefix v to the tag
DEFAULT_BUMP: patch
#- name: Bump version and push tag
# id: bump_version
# uses: anothrNick/github-tag-action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# WITH_V: true # Prefix v to the tag
# DEFAULT_BUMP: patch

- name: Configure build
run: cmake --preset ci
Expand All @@ -71,16 +74,16 @@ jobs:
path: ./builds/ci/package/*
retention-days: 1

- name: Publish Pre-Release
uses: softprops/action-gh-release@v2
with:
name: "latest"
tag_name: ${{ steps.bump_version.outputs.new_tag }}
generate_release_notes: true
make_latest: true
files: |
./LICENSE
./builds/ci/package/*
#- name: Publish Pre-Release
# uses: softprops/action-gh-release@v2
# with:
# name: "latest"
# tag_name: ${{ steps.bump_version.outputs.new_tag }}
# generate_release_notes: true
# make_latest: true
# files: |
# ./LICENSE
# ./builds/ci/package/*
#
# LLVM Test Suite
#
Expand Down

0 comments on commit ba28f0a

Please sign in to comment.