Skip to content

Commit 66d4032

Browse files
authored
Release should be before chrome replacement, I am dumb
1 parent f3c377a commit 66d4032

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/make-rel-ios.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
env:
101101
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
102102
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
103+
- name: Release
104+
uses: softprops/action-gh-release@v2
105+
id: release
106+
with:
107+
files: oldlander.crx,web-ext-artifacts/*.xpi,web-ext-artifacts/*.zip,dist/oldlander.user.js,dist/OldLander/OldLander.ipa,altStoreManifest.json
108+
tag_name: "${{steps.manifest.outputs.version}}"
103109
- name: Update Chrome update manifest
104110
if: ${{ matrix.make_target == 'chrome' }}
105111
uses: jacobtomlinson/gha-find-replace@v3
@@ -122,9 +128,3 @@ jobs:
122128
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
123129
git commit -m "Chrome OTA manifest for version ${{steps.manifest.outputs.version}}"
124130
git push origin chrome-ota -f
125-
- name: Release
126-
uses: softprops/action-gh-release@v2
127-
id: release
128-
with:
129-
files: oldlander.crx,web-ext-artifacts/*.xpi,web-ext-artifacts/*.zip,dist/oldlander.user.js,dist/OldLander/OldLander.ipa,altStoreManifest.json
130-
tag_name: "${{steps.manifest.outputs.version}}"

0 commit comments

Comments
 (0)