Skip to content

Commit

Permalink
Create RC
Browse files Browse the repository at this point in the history
Create RC
  • Loading branch information
jordywitteman committed Jun 11, 2024
1 parent 73bcdb4 commit 1e81fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 66 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_pkg_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
p12-file-base64: ${{ secrets.DEVELOPER_ID_INSTALLER_BASE64 }}
p12-password: ${{ secrets.DEVELOPER_ID_INSTALLER_PASSWORD }}

- name: Enable beta watermark
run: |
sed -i '' "s/let betaRelease: Bool = false/let betaRelease: Bool = true/g" ./src/Support/Preferences.swift
# - name: Enable beta watermark
# run: |
# sed -i '' "s/let betaRelease: Bool = false/let betaRelease: Bool = true/g" ./src/Support/Preferences.swift

- name: Build macOS app
run: |
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/build_pkg_pull_request.yml

This file was deleted.

0 comments on commit 1e81fb4

Please sign in to comment.