Skip to content

Commit

Permalink
ci: fix tags trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Dec 31, 2024
1 parent 890d99d commit 2abbe40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aam-backend-service-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'application/aam-backend-service/**'
push:
tags:
- "aam-backend-service/*"
- 'aam-backend-service/**'
branches:
- main
paths:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Create Release
if: env.CURRENT_VERSION != env.NEXT_VERSION
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
TAG_NAME=aam-backend-service/${{ env.NEXT_VERSION }}
gh api \
Expand Down

0 comments on commit 2abbe40

Please sign in to comment.