Skip to content

Commit e371728

Browse files
committed
Update release version
1 parent d2a9c9b commit e371728

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ runs:
5454
env:
5555
GH_TOKEN: ${{ github.token }}
5656
run: |
57-
gh release download 0.3.0 -R cgs-earth/yourls-action -A zip
58-
unzip yourls-action-0.3.0
59-
mv yourls-action-0.3.0 yourls-action
57+
gh release download 0.3.1 -R cgs-earth/yourls-action -A zip
58+
unzip yourls-action-0.3.1
59+
mv yourls-action-0.3.1 yourls-action
6060
- shell: bash
6161
env:
6262
YOURLS_SOURCE: ${{ inputs.namespace_dir }}

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: '3.6'
22

33
services:
44
mysql:
5-
image: ghcr.io/cgs-earth/yourls-mysql:0.3.0
5+
image: ghcr.io/cgs-earth/yourls-mysql:0.3.1
66
build:
77
context: yourls-mysql
88
container_name: ${YOURLS_DB_HOST:-mysql}
99
environment:
1010
MYSQL_ROOT_USER: ${YOURLS_DB_USER:-root}
1111
MYSQL_ROOT_PASSWORD: ${YOURLS_DB_PASSWORD:-arootpassword}
1212
yourls:
13-
image: ghcr.io/cgs-earth/yourls-action:0.3.0
13+
image: ghcr.io/cgs-earth/yourls-action:0.3.1
1414
build:
1515
context: yourls-action
1616
container_name: yourls-action

yourls-action/yourls_action/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# =================================================================
2929

30-
__version__ = '0.3.0'
30+
__version__ = '0.3.1'
3131

3232
import click
3333

0 commit comments

Comments
 (0)