Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Jul 18, 2024
1 parent 254eb5f commit 6a7f94a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.2.1 (July 18, 2024)

* Fix the issue encountered in manual installation [#111](https://github.com/huaweicloud/packer-plugin-huaweicloud/issues/111).

## 1.2.0 (May 23, 2024)

# Support using private IP to login and install software.
Expand Down

0 comments on commit 6a7f94a

Please sign in to comment.