Skip to content

Commit

Permalink
remove ci skip for autorelease
Browse files Browse the repository at this point in the history
think this blocked the github release build for the previous tag

[ci skip]
  • Loading branch information
wspr committed May 7, 2024
1 parent d962942 commit 013ddc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autorelease.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ exe("l3build tag")
gitstatus = os.capture('git status --porcelain')
if gitstatus ~= "" then
exe([===[
git commit -a -m 'update package info for release
[ci skip]';
git commit -a -m 'update package info for release';
]===])
end

Expand Down

0 comments on commit 013ddc3

Please sign in to comment.