We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81f196 commit 34bd866Copy full SHA for 34bd866
.github/workflows/update-release-tags.yml
@@ -0,0 +1,17 @@
1
+name: Update Release Tags
2
+on:
3
+ push:
4
+ tags: v?[0-9].[0-9].[0-9]
5
+jobs:
6
+ update-release-tags:
7
+ runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: write
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ with:
13
+ fetch-depth: 0
14
+ - uses: RageAgainstThePixel/update-action-release-tags@v1
15
16
+ update-major: true
17
+ update-minor: true
0 commit comments