Skip to content

Commit

Permalink
Merge pull request #33 from k1LoW/tagpr-from-v0.7.0
Browse files Browse the repository at this point in the history
Release for v0.7.1
  • Loading branch information
k1LoW authored Feb 13, 2023
2 parents f461a17 + 5f38189 commit 47315ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.7.1](https://github.com/k1LoW/gh-setup/compare/v0.7.0...v0.7.1) - 2023-02-13
- Fix detecting content-type of asset by @k1LoW in https://github.com/k1LoW/gh-setup/pull/35
- Set log by @k1LoW in https://github.com/k1LoW/gh-setup/pull/34

## [v0.7.0](https://github.com/k1LoW/gh-setup/compare/v0.6.0...v0.7.0) - 2023-02-13
- Support setup without credentials by @k1LoW in https://github.com/k1LoW/gh-setup/pull/31
- Fix #31 by @k1LoW in https://github.com/k1LoW/gh-setup/pull/32
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:
required: false
gh-setup-version:
description: "Version of gh-setup"
default: "v0.7.0"
default: "v0.7.1"
required: false
runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "gh-setup"

// Version for this.
var Version = "0.7.0"
var Version = "0.7.1"

0 comments on commit 47315ed

Please sign in to comment.