We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d5d80 commit 665aaceCopy full SHA for 665aace
.github/workflows/master.yml
@@ -49,7 +49,7 @@ jobs:
49
./monkey version | grep -F $(cat Tagfile)
50
./monkey --version | grep -F $(cat Tagfile)
51
52
- - uses: ncipollo/release-action@v1.15.0
+ - uses: ncipollo/release-action@v1.20.0
53
if: github.ref == 'refs/heads/master'
54
with:
55
artifacts: ./dist/*
Tagfile
@@ -1 +1 @@
1
-0.53.6
+0.53.7
0 commit comments