diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml index d104cbce..77dede4b 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -56,7 +56,7 @@ jobs: - name: Upload assets run: | - gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_darwin_arm64.zip dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_darwin_amd64.zip dist/checksums-darwin.txt --repo ${{ github.repository }} --clobber + gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_*.zip dist/checksums-darwin.txt --repo ${{ github.repository }} --clobber env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -104,7 +104,7 @@ jobs: - name: Upload assets run: | - gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_arm64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_amd64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.rpm dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.rpm dist/checksums-linux.txt --repo ${{ github.repository }} --clobber + gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_*.tar.gz dist/tbls_*.apk dist/tbls_*.deb dist/tbls_*.rpm dist/checksums-linux.txt --repo ${{ github.repository }} --clobber env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f2cfa5..314b704f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # Changelog -## [v1.73.2](https://github.com/k1LoW/tbls/compare/v1.73.1...v1.73.2) - 2024-01-25 - -## [v1.73.1](https://github.com/k1LoW/tbls/compare/v1.73.0...v1.73.1) - 2024-01-25 - -## [v1.73.0](https://github.com/k1LoW/tbls/compare/v1.72.2...v1.73.0) - 2024-01-25 -### Other Changes -- Fix CD pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/554 -- Update pkgs by @k1LoW in https://github.com/k1LoW/tbls/pull/556 - ## [v1.72.2](https://github.com/k1LoW/tbls/compare/v1.72.1...v1.72.2) - 2024-01-25 ### Other Changes - Update go-graphviz to v0.1.2 by @k1LoW in https://github.com/k1LoW/tbls/pull/552