mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-11-14 04:11:14 +00:00
Remove timestamp snapshot from log when releasing
This commit is contained in:
parent
49b28b6536
commit
e4667bda05
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Prepare release
|
||||
run: |
|
||||
git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:%h - %s (%cr) <%an>' --no-merges > changelog.txt
|
||||
git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:%h - %s <%an>' --no-merges > changelog.txt
|
||||
tar zcvf whatismyip-$RELEASE_VERSION-${{matrix.goosarch}}.tar.gz whatismyip LICENSE README.md
|
||||
sha256sum whatismyip-$RELEASE_VERSION-${{matrix.goosarch}}.tar.gz > whatismyip-$RELEASE_VERSION-${{matrix.goosarch}}.tar.gz.sha256
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user