mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-09 16:12:26 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6805afa759 | ||
|
|
4f6f85a85a |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -40,13 +40,14 @@ jobs:
|
|||||||
run: scripts/run_build.sh deepzz0 ${{ steps.vars.outputs.tag }}
|
run: scripts/run_build.sh deepzz0 ${{ steps.vars.outputs.tag }}
|
||||||
|
|
||||||
- name: Package tar
|
- name: Package tar
|
||||||
|
env:
|
||||||
|
GOPROXY: https://goproxy.io,direct
|
||||||
run: scripts/dist_tar.sh ${{ steps.vars.outputs.tag }}
|
run: scripts/dist_tar.sh ${{ steps.vars.outputs.tag }}
|
||||||
- name: Release push
|
- name: Release push
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GOPROXY: https://goproxy.io,direct
|
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [2.1.5](https://github.com/eiblog/eiblog/compare/v2.1.4...v2.1.5) (2021-10-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **release:** golang env ([4f6f85a](https://github.com/eiblog/eiblog/commit/4f6f85a85ae56849c49e91d76bbbce1790f16e29))
|
||||||
|
|
||||||
### [2.1.4](https://github.com/eiblog/eiblog/compare/v2.1.3...v2.1.4) (2021-10-26)
|
### [2.1.4](https://github.com/eiblog/eiblog/compare/v2.1.3...v2.1.4) (2021-10-26)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user