diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 400dc4e9..485bc3e0 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -49,7 +49,7 @@ jobs: ./monkey version | grep -F $(cat Tagfile) ./monkey --version | grep -F $(cat Tagfile) - - uses: ncipollo/release-action@v1.12.0 + - uses: ncipollo/release-action@v1.13.0 if: github.ref == 'refs/heads/master' with: artifacts: ./dist/* diff --git a/Tagfile b/Tagfile index 727dd764..e28c3b4d 100644 --- a/Tagfile +++ b/Tagfile @@ -1 +1 @@ -0.48.15 +0.48.16