Skip to content

Commit c034f37

Browse files
committed
Rollback changes based on code review feedback
1 parent f422280 commit c034f37

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/release-ionic.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ jobs:
158158
preid: ${{ inputs.preid }}
159159
working-directory: 'packages/angular-server'
160160
folder: './dist'
161-
- name: Cache Built @ionic/angular-server
162-
uses: ./.github/workflows/actions/upload-archive
163-
with:
164-
name: ionic-angular-server
165-
output: packages/angular-server/AngularServerBuild.zip
166-
paths: packages/angular-server/dist
167161

168162
release-react-router:
169163
needs: [release-react]

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ on:
2323
- latest
2424
- next
2525
preid:
26-
type: string
26+
type: choice
2727
description: Which prerelease identifier should be used? This is only needed when version is "prepatch", "preminor", "premajor", or "prerelease".
28+
default: ''
29+
options:
30+
- ''
31+
- alpha
32+
- beta
33+
- rc
34+
- next
2835

2936
jobs:
3037
release-ionic:

0 commit comments

Comments
 (0)