Skip to content

Commit

Permalink
Fix tag resolving in release process (kyma-project#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored and kwiatekus committed Dec 24, 2024
1 parent 030b349 commit ec5d29a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ name: create release on tag

on:
push:
# TODO: support strict version tag regexp for starting release pipeline ( for example 2.1.3 )
# to not start workflow on every tag
tags-ignore:
- latest
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'

permissions: # used by build images steps
id-token: write # This is required for requesting the JWT token
Expand Down

0 comments on commit ec5d29a

Please sign in to comment.