Skip to content

Commit a6bba4d

Browse files
committedJun 6, 2021
ci: update versions
·
v3.0.00.0.7-dev.7
1 parent 64a360a commit a6bba4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/create-binaries-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Generate Change Log
2121
id: generate_log
2222
run: |
23-
curl -L https://github.com/barelyhuman/commitlog/releases/download/v0.0.7-dev.3/commitlog-linux-amd64.tar.gz -o clog.tar.gz
23+
curl -L https://github.com/barelyhuman/commitlog/releases/download/v0.0.7-dev.4/commitlog-linux-amd64.tar.gz -o clog.tar.gz
2424
tar -xvzf clog.tar.gz
2525
chmod +x commitlog
2626
./commitlog . > CHANGELOG.txt

‎.github/workflows/create-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Generate Change Log
2121
id: generate_log
2222
run: |
23-
curl -L https://github.com/barelyhuman/commitlog/releases/download/v0.0.7-dev.3/commitlog-linux-amd64.tar.gz -o clog.tar.gz
23+
curl -L https://github.com/barelyhuman/commitlog/releases/download/v0.0.7-dev.4/commitlog-linux-amd64.tar.gz -o clog.tar.gz
2424
tar -xvzf clog.tar.gz
2525
chmod +x commitlog
2626
./commitlog . > CHANGELOG.txt

0 commit comments

Comments
 (0)
Please sign in to comment.