Skip to content

Commit

Permalink
Fix tag resolving in release process (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored Dec 23, 2024
1 parent 4813fe1 commit 2704ed7
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 2704ed7

Please sign in to comment.