Skip to content

Commit

Permalink
Test alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 15, 2024
1 parent e794e60 commit 658a209
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
os: ${{ matrix.os }}
plugin_name: Rotor
plugin_version: 1.0.0
plugin_version: 1.0.0-alpha.1
plugin_bundle_id: com.bbx-audio.rotor
secrets: inherit

Expand All @@ -51,7 +51,7 @@ jobs:
id-token: write
env:
PLUGIN_NAME: Rotor
PLUGIN_VERSION: 1.0.0
PLUGIN_VERSION: 1.0.0-alpha.1
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
os: ${{ matrix.os }}
plugin_name: Rotor
plugin_version: 1.0.0
plugin_version: 1.0.0-alpha.1
secrets: inherit
4 changes: 2 additions & 2 deletions packaging/Rotor.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.0.0</string>
<string>1.0.0-alpha.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1152,7 +1152,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>1.0.0</string>
<string>1.0.0-alpha.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down

0 comments on commit 658a209

Please sign in to comment.