Skip to content

Commit

Permalink
💚 Improve auto create tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed May 17, 2023
1 parent 2d67828 commit 683ba90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto-create-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: 'Create main tag'
id: 'main'
uses: Klemensas/action-autotag@stable
uses: butlerlogic/action-autotag@stable
with:
tag_prefix: 'v'

Expand All @@ -23,13 +23,13 @@ jobs:
uses: EndBug/latest-tag@latest

- name: 'Create js tag'
uses: Klemensas/action-autotag@stable
uses: butlerlogic/action-autotag@stable
with:
package_root: '/packages/embeds/js'
root: '/packages/embeds/js'
tag_prefix: 'js-v'

- name: 'Create react tag'
uses: Klemensas/action-autotag@stable
uses: butlerlogic/action-autotag@stable
with:
package_root: '/packages/embeds/react'
root: '/packages/embeds/react'
tag_prefix: 'react-v'

2 comments on commit 683ba90

@vercel
Copy link

@vercel vercel bot commented on 683ba90 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 683ba90 May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-git-main-typebot-io.vercel.app
docs.typebot.io
docs-typebot-io.vercel.app

Please sign in to comment.