Skip to content

Commit

Permalink
💚 Update broken action-autotag package
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Nov 26, 2023
1 parent 4666fd8 commit 7f914e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: butlerlogic/action-autotag@stable
uses: butlerlogic/action-autotag@1.1.2
with:
tag_prefix: 'v'

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

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

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

- name: 'Create nextjs tag'
uses: butlerlogic/action-autotag@stable
uses: butlerlogic/action-autotag@1.1.2
with:
root: '/packages/embeds/nextjs'
tag_prefix: 'nextjs-v'

0 comments on commit 7f914e9

Please sign in to comment.