You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-library-manual.yml
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -94,23 +94,6 @@ jobs:
94
94
run: |
95
95
sed -i '/RequiresApi/d' ./android/supercel/src/main/java/com/superwall/supercel/CEL.kt
96
96
97
-
- name: Tag the New Version
98
-
run: |
99
-
git tag -a "${{ env.VERSION_NUMBER }}" -m "Release version ${{ env.VERSION_NUMBER }}"
100
-
git push origin "${{ env.VERSION_NUMBER }}"
101
-
working-directory: android
102
-
103
-
- name: Create GitHub Release
104
-
uses: actions/create-release@v1
105
-
env:
106
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107
-
with:
108
-
tag_name: ${{ env.VERSION_NUMBER }}
109
-
release_name: ${{ env.VERSION_NUMBER }}
110
-
body: "This is an automatically generated release. Please see the [original Rust release](https://github.com/superwall/superscript/releases/tag/${{ env.VERSION_NUMBER }}) for any version changes."
git tag -a "${{ env.VERSION_NUMBER }}" -m "Release version ${{ env.VERSION_NUMBER }}"
@@ -135,13 +145,3 @@ jobs:
135
145
body: "This is an automatically generated release. Please see the [original Rust release](https://github.com/superwall/superscript/releases/tag/${{ env.VERSION_NUMBER }}) for any version changes."
0 commit comments