Skip to content

Commit

Permalink
Update release workflows for 1.0.0-ALPHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Nov 19, 2022
1 parent 7e1ba23 commit 2d4e4e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-kotlin-[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-new-mm'
- 'v[0-9]+.[0-9]+.[0-9]+-new-mm-[0-9]+'
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_SECRET_KEY: ${{ secrets.SIGNING_SECRET_KEY }}
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
3 changes: 2 additions & 1 deletion .github/workflows/release-swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-ALPHA-[0-9]+'
jobs:
publish-cocoapods-core:
runs-on: macos-12
Expand Down Expand Up @@ -94,4 +95,4 @@ jobs:
uses: ./.github/actions/publish-spm-tag
with:
package-name: rxswift
version-name: ${{ github.ref_name }}
version-name: ${{ github.ref_name }}

0 comments on commit 2d4e4e5

Please sign in to comment.