Skip to content

Commit

Permalink
ci: fix syntax problem (re ButlerLogic/action-autotag#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 10, 2024
1 parent 9788710 commit 9b62e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ jobs:
private_key: ${{ secrets.GH_PRIVATE_KEY }}

- name: Tag API
uses: butlerlogic/action-autotag@stable
uses: butlerlogic/action-autotag@1.1.2
with:
root: apps/api
tag_prefix: view-builder-api/v
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

- name: Tag UI
uses: butlerlogic/action-autotag@stable
uses: butlerlogic/action-autotag@1.1.2
with:
root: apps/www
tag_prefix: view-builder-ui/v
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

- name: Tag APP
uses: butlerlogic/action-autotag@stable
uses: butlerlogic/action-autotag@1.1.2
with:
root: apps/app
tag_prefix: view-builder-app/v
Expand Down

0 comments on commit 9b62e6d

Please sign in to comment.