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 d50f922 commit 2de074cCopy full SHA for 2de074c
.github/workflows/build-and-deploy.yml
@@ -70,7 +70,7 @@ jobs:
70
(github.event_name == 'push' && github.ref == 'refs/heads/master')
71
|| github.event_name == 'workflow_dispatch'
72
|| github.event_name == 'workflow_run'
73
- uses: ncipollo/release-action@v1.12.0
+ uses: ncipollo/release-action@v1.13.0
74
with:
75
allowUpdates: true
76
artifacts: "*.pdf"
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
artifacts: ${{ steps.compile.outputs.compiled-files }}
0 commit comments