Skip to content

Commit

Permalink
deleted and replaced the old release workflows to reclaim their names…
Browse files Browse the repository at this point in the history
… before merging
  • Loading branch information
aryairani committed Mar 23, 2024
1 parent 11107c0 commit 0633c83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 217 deletions.
97 changes: 0 additions & 97 deletions .github/workflows/build-optimized-ucm.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: pre-release
name: pre-release v2
run-name: pre-release v2 ${{inputs.version}}

defaults:
run:
Expand All @@ -14,7 +15,7 @@ on:

jobs:
build-ucm:
uses: ./.github/workflows/build-optimized-ucm.yaml
uses: ./.github/workflows/bundle-ucm.yaml
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -42,3 +43,4 @@ jobs:
files: |
/tmp/ucm/**/*.tar.gz
/tmp/ucm/**/*.zip
/tmp/ucm/**/*.zip.CHECKSUM
47 changes: 0 additions & 47 deletions .github/workflows/pre-release2.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "release"
name: release v2

run-name: "release ${{inputs.version}}"
run-name: release v2 ${{inputs.version}}

defaults:
run:
Expand All @@ -21,7 +21,7 @@ on:

jobs:
build-ucm:
uses: ./.github/workflows/build-optimized-ucm.yaml
uses: ./.github/workflows/bundle-ucm.yaml
with:
ref: release/${{inputs.version}}

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
if [ -z "$prev_tag" ]; then echo "No previous release found"; exit 1; fi
echo "Creating a release from these artifacts:"
ls -R /tmp/ucm
ls -R /tmp/ucm/**/*.{zip,tar.gz,zip.CHECKSUM}
gh release create "release/${version}" \
Expand All @@ -63,4 +63,4 @@ jobs:
--generate-notes \
--notes-start-tag "${prev_tag}" \
\
/tmp/ucm/**/*.{zip,tar.gz}
/tmp/ucm/**/*.{zip,tar.gz,zip.CHECKSUM}
66 changes: 0 additions & 66 deletions .github/workflows/release2.yaml

This file was deleted.

0 comments on commit 0633c83

Please sign in to comment.