Skip to content

Commit 80c78cb

Browse files
chore: promote main (i.e. staging) to production
This promotion merges tested changes from main branch to release for production release.
2 parents 9bc2c3f + 0987f93 commit 80c78cb

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ jobs:
8383
# Let scripts run without the token
8484
- run: npm rebuild
8585

86+
- name: Validate CrabNebula API key
87+
id: validate-cn-api
88+
uses: crabnebula-dev/[email protected]
89+
with:
90+
command: release list ${{ secrets.CN_ORG_NAME }}/${{ secrets.CN_APP_NAME }} --limit 1
91+
api-key: ${{ secrets.CN_API_KEY }}
92+
continue-on-error: false
93+
8694
- name: Generate release version
8795
uses: ./.github/actions/generate-release-version
8896
id: generate-release-version
@@ -118,7 +126,7 @@ jobs:
118126

119127
- name: Debug CrabNebula release command
120128
run: |
121-
echo "generate-release-version outputs:"
129+
echo "generate-release-version outputs v2:"
122130
echo "release-version: ${{ steps.generate-release-version.outputs.release-version }}"
123131
echo "release-tag: ${{ steps.generate-release-version.outputs.release-tag }}"
124132
echo "release-notes: ${{ steps.generate-release-version.outputs.release-notes }}"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algokit-lora",
33
"private": true,
4-
"version": "2.0.2",
4+
"version": "2.0.0-beta.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algokit-lora"
3-
version = "2.0.2"
3+
version = "2.0.0-beta.6"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
 (0)