Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

update base release version and badge #6

Merged
merged 1 commit into from
Dec 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release_packages.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release packages
on:
workflow_dispatch:
inputs:
Expand All @@ -16,7 +17,7 @@ on:
rewardcalculator:
description: 'rewardcalculator tag'
required: true
default: '1.2.3'
default: '1.2.4'
release_tag:
description: 'github release tag'
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snap_release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release snap
on:
release:
types:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![release packages](https://github.com/icon-project/icon-release/workflows/Release%20packages/badge.svg?event=workflow_dispatch)
![release snap](https://github.com/icon-project/icon-release/workflows/Release%20snap/badge.svg?event=release)
[![loopchain](https://snapcraft.io/loopchain/badge.svg)](https://snapcraft.io/loopchain)

# ICON release
This repository to release packages of ICON projects that [loopchain], [icon-service], [icon-rpc-server]

Expand Down