diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd06f13a..e97b3e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,5 +18,7 @@ jobs: with: fetch-depth: 0 - name: Create tag - run: git tag ${{ github.event.inputs.tag }} + run: | + git tag ${{ github.event.inputs.tag }} + git push --tags # other steps bellow as usual