File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 ./node_modules/github-release-cli/bin/github-release upload --token "${GITHUB_TOKEN}" --owner helloworlddan --repo tresor --tag "linux-v${VERSION}" --name "tresor_linux64" --body "Current stable release for Linux 64-bit" tresor_linux64 tresor_linux64.sha256
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33- VERSION : 1.1.0
33+ VERSION : 1.1.1
3434
3535 release-darwin-amd64 :
3636 name : release darwin/amd64
5858 ./node_modules/github-release-cli/bin/github-release upload --token "${GITHUB_TOKEN}" --owner helloworlddan --repo tresor --tag "darwin-v${VERSION}" --name "tresor_darwin64" --body "Current stable release for MacOS 64-bit" tresor_darwin64 tresor_darwin64.sha256
5959 env :
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61- VERSION : 1.1.0
61+ VERSION : 1.1.1
6262
6363 release-windows-amd64 :
6464 name : release windows/amd64
8686 ./node_modules/github-release-cli/bin/github-release upload --token "${GITHUB_TOKEN}" --owner helloworlddan --repo tresor --tag "windows-v${VERSION}" --name "tresor.exe" --body "Current stable release for Windows 64-bit" tresor.exe tresor.exe.sha256
8787 env :
8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89- VERSION : 1.1.0
89+ VERSION : 1.1.1
Original file line number Diff line number Diff line change 77)
88
99const (
10- version = "1.1.0 "
10+ version = "1.1.1 "
1111)
1212
1313var versionCmd = & cobra.Command {
You can’t perform that action at this time.
0 commit comments