1.49.0: Fix branch wildcard issue and added major v1 tag
- We can now reference
uses: anothrNick/github-tag-action@v1
asuses: anothrNick/github-tag-action@1
fails due sha identification - Also we can now use again
RELEASE_BRANCHES: '.*'
orreleases/*
or similar.