Skip to content

Commit 2d4e4e5

Browse files
committed
Update release workflows for 1.0.0-ALPHA
1 parent 7e1ba23 commit 2d4e4e5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-kotlin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
67
- 'v[0-9]+.[0-9]+.[0-9]+-kotlin-[0-9]+.[0-9]+.[0-9]+'
78
- 'v[0-9]+.[0-9]+.[0-9]+-new-mm'
89
- 'v[0-9]+.[0-9]+.[0-9]+-new-mm-[0-9]+'
@@ -38,4 +39,4 @@ jobs:
3839
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
3940
SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
4041
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
41-
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
42+
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

.github/workflows/release-swift.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
67
jobs:
78
publish-cocoapods-core:
89
runs-on: macos-12
@@ -94,4 +95,4 @@ jobs:
9495
uses: ./.github/actions/publish-spm-tag
9596
with:
9697
package-name: rxswift
97-
version-name: ${{ github.ref_name }}
98+
version-name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)