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 9bac084 commit c4ab7aeCopy full SHA for c4ab7ae
.github/workflows/ZeusFiscal_build.yml
@@ -98,9 +98,12 @@ jobs:
98
deploy:
99
needs: build
100
if: github.event_name == 'push' || github.event.inputs.nugetdeploy == 'true'
101
- runs-on: ${{ 'ubuntu-latest' }}
+ runs-on: ubuntu-latest
102
103
steps:
104
+ - name: Checkout
105
+ uses: actions/checkout@v4 #usado para etapa de pegar commits para gerar texto release
106
+
107
- name: Download Artifacts
108
uses: actions/download-artifact@v4
109
with:
0 commit comments