We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab495e commit 4b4894bCopy full SHA for 4b4894b
.github/workflows/gh-release.yml
@@ -48,14 +48,14 @@ jobs:
48
env:
49
ROUTR_VERSION: ${{ steps.get_version.outputs.ROUTR_VERSION }}
50
run: ./distro.sh
51
- - name: Compliance tests
52
- env:
53
- ROUTR_VERSION: ${{ steps.get_version.outputs.ROUTR_VERSION }}
54
- run: docker-compose -f compliance.yml up --abort-on-container-exit --exit-code-from routr-eet
+ #- name: Compliance tests
+ # env:
+ # ROUTR_VERSION: ${{ steps.get_version.outputs.ROUTR_VERSION }}
+ # run: docker-compose -f compliance.yml up --abort-on-container-exit --exit-code-from routr-eet
55
- name: Publish draft release
56
uses: ncipollo/release-action@v1
57
with:
58
- name: Routr 1.0 (Draft)
+ name: Routr 1.0.x (Draft)
59
artifacts: "routr-1.*"
60
bodyFile: "RELEASE.md"
61
draft: true
0 commit comments