Skip to content

Commit d5f6930

Browse files
committed
fix(cd): push commit and tags
1 parent 141f2f5 commit d5f6930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
else
178178
echo "CRATE_VERSION=$(cargo tag -p=v prerelease pre.$(date +%Y%m%d%H%M%S))" >> $GITHUB_ENV
179179
fi
180+
git push origin main --follow-tags
180181
181182
- name: Login to Crates.io
182183
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)