Skip to content

Commit

Permalink
Merge pull request #11 from tamada/releases/v0.1.14
Browse files Browse the repository at this point in the history
Release v0.1.14 change workflow name from release.yml to releases.yml for consistency
  • Loading branch information
tamada committed May 2, 2023
2 parents b9abd69 + 6fbe6a0 commit b234d3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_publish_docker_image
on:
workflow_run:
workflows:
- "release"
- releases
types:
- completed

Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.17

- name: Git Tag name
id: vars
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_LIST := $(shell go list ./...)
VERSION := 0.1.13
VERSION := 0.1.14
NAME := urleap
DIST := $(NAME)-$(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URL shortener via bit.ly, etc.
[![Go Report Card](https://goreportcard.com/badge/github.com/tamada/urleap)](https://goreportcard.com/report/github.com/tamada/urleap)

![MIT License](https://img.shields.io/badge/Licnese-MIT%20License-informational)
![Version](https://img.shields.io/badge/Version-0.1.13-informational)
![Version](https://img.shields.io/badge/Version-0.1.14-informational)

## :speaking_head: Overview

Expand Down
2 changes: 1 addition & 1 deletion cmd/urleap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
)

const VERSION = "0.1.13"
const VERSION = "0.1.14"

func goMain(args []string) int {
fmt.Println("Hello World")
Expand Down

0 comments on commit b234d3e

Please sign in to comment.