Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
9be4852d42 | ||
146f21fb39 | |||
1c7d434200 |
3 changed files with 9 additions and 2 deletions
|
@ -40,7 +40,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEA_VERSION: main
|
TEA_VERSION: main
|
||||||
run: |
|
run: |
|
||||||
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64
|
||||||
mv tea* tea
|
mv tea* tea
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [1.1.4](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.3...v1.1.4) (2024-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* use amd64 (test) ([1c7d434](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/1c7d43420002b08fcaa4c84bdcd5902a7fb4bce9))
|
||||||
|
|
||||||
## [1.1.3](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.2...v1.1.3) (2024-02-01)
|
## [1.1.3](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.2...v1.1.3) (2024-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.3
|
1.1.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue