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 fdd5107 commit 60611feCopy full SHA for 60611fe
.github/workflows/main.yml
@@ -2,10 +2,10 @@ name: Tag Releases
2
3
on:
4
push:
5
- branches:
6
- - 'main'
+ branches:
+ - "main"
7
paths:
8
- - 'version.txt'
+ - "version.txt"
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
version.txt
@@ -1 +1 @@
1
-v1.19.2
+v1.20.0
0 commit comments