Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: Create tag
run: |
git tag ${{ env.PACKAGE_VERSION }} || echo "Tag already exists"
git push origin ${{ env.PACKAGE_VERSION }} || true
git tag v${{ env.PACKAGE_VERSION }} || echo "Tag already exists"
git push origin v${{ env.PACKAGE_VERSION }} || true

- name: Notify slack releases channel
uses: slackapi/slack-github-action@v2
Expand Down