Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jun 27, 2023
1 parent 2dcf7cc commit dd75f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ cd $REPO_DIR

# create tag
git tag -a $VERSION -m "Release $VERSION"
git push origin $VER
git push --tags

# create release
gh release create $VERSION

# trigger CD
gh workflow run cd.yml
gh workflow run CD

0 comments on commit dd75f28

Please sign in to comment.