Skip to content

Commit

Permalink
Chore/bump version (#832)
Browse files Browse the repository at this point in the history
* testnet release 2.14.10

* ci: 🎡 disable forbole job
  • Loading branch information
snobbee authored Apr 4, 2023
1 parent 04b0729 commit 9e71e6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci-docker-image-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ jobs:
docker push ${image}:${DOCKER_TAG}
- name: "Forble Tag Update"
shell: bash
env:
FORBLE_USERNAME: "${{ secrets.FORBLE_USERNAME }}"
FORBLE_PASSWORD: "${{ secrets.FORBLE_PASSWORD }}"
run: |
set +x
data_payload="{\"parameters\":{\"tag\":\"${DOCKER_TAG}\"}}"
echo "${data_payload}"
curl -X POST -H "Content-Type: application/json" -d "${data_payload}" https://sifchain-deploy.forbole.com/akash/deploysifchain -u "${FORBLE_USERNAME}:${FORBLE_PASSWORD}"
# - name: "Forble Tag Update"
# shell: bash
# env:
# FORBLE_USERNAME: "${{ secrets.FORBLE_USERNAME }}"
# FORBLE_PASSWORD: "${{ secrets.FORBLE_PASSWORD }}"
# run: |
# set +x
# data_payload="{\"parameters\":{\"tag\":\"${DOCKER_TAG}\"}}"
# echo "${data_payload}"
# curl -X POST -H "Content-Type: application/json" -d "${data_payload}" https://sifchain-deploy.forbole.com/akash/deploysifchain -u "${FORBLE_USERNAME}:${FORBLE_PASSWORD}"

- name: "ZIP Release Contents"
shell: bash
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_id: ${{ steps.create_release.outputs.id }}
release_id: ${{ steps.create_release.outputs.id }}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.14.9",
"version": "2.14.10",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sifchain-ui",
"version": "2.14.9",
"version": "2.14.10",
"private": true,
"license": "UNLICENSED",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 9e71e6e

Please sign in to comment.