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

Commit

Permalink
update package tags (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakkle authored Aug 26, 2021
1 parent 09bb242 commit ada02d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ on:
loopchain:
description: 'loopchain tag'
required: true
default: '2.7.7'
default: '2.8.0'
iconrpcserver:
description: 'iconrpcserver tag'
required: true
default: '1.6.0'
default: '1.7.0'
iconservice:
description: 'iconservice tag'
required: true
default: '1.8.2'
default: '1.9.0'
rewardcalculator:
description: 'rewardcalculator tag'
required: true
default: '1.2.5'
default: '1.2.6'
release_tag:
description: 'github release tag'
required: true
default: '2020.11.12'
default: '20210826'
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ada02d3

Please sign in to comment.