-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: workaround continue-on-error for ORT (#133)
* fix: workaround continue-on-error for ORT
- Loading branch information
1 parent
93aa819
commit 6047685
Showing
16 changed files
with
53 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
image_name: ghcr.io/${{ env.IMAGE_NAME }} | ||
image_tag: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
is_latest: ${{ steps.semantic_versioning.outputs.is_latest }} | ||
latest_tag: ${{ steps.semantic_versioning.outputs.latest_tag }} | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
id: semantic_versioning | ||
|
||
release: | ||
|
@@ -78,14 +78,14 @@ jobs: | |
- calculate_version | ||
- test | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
latest_tag: ${{ needs.calculate_version.outputs.latest_tag }} | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
token: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
ghcr_username: ${{ github.actor }} | ||
ghcr_password: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
|
@@ -102,7 +102,7 @@ jobs: | |
${{ github.ref == 'refs/heads/development' && format('{0}/{1}:{2}', 'ghcr.io', env.IMAGE_NAME, 'development') || ''}} | ||
${{ startsWith(github.ref, 'refs/heads/release-') && needs.calculate_version.outputs.is_latest == 'true' && format('{0}:{1}', env.IMAGE_NAME, 'latest') || ''}} | ||
${{ startsWith(github.ref, 'refs/heads/release-') && needs.calculate_version.outputs.is_latest == 'true' && format('{0}/{1}:{2}', 'ghcr.io', env.IMAGE_NAME, 'latest') || ''}} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
tag_version: ${{ needs.calculate_version.outputs.next_version }} | ||
changelog_file: "/tmp/my_changelog" # comes from generate_release_notes step; TODO: beautify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
lfs: true | ||
persist-credentials: false | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
java_version: ${{ inputs.java_version }} | ||
java_distribution: ${{ inputs.java_distribution }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
java_version: ${{ inputs.java_version }} | ||
java_distribution: ${{ inputs.java_distribution }} | ||
|
@@ -88,7 +88,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
image_name: ghcr.io/${{ env.IMAGE_NAME }} | ||
image_tag: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
is_latest: ${{ steps.semantic_versioning.outputs.is_latest }} | ||
latest_tag: ${{ steps.semantic_versioning.outputs.latest_tag }} | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
id: semantic_versioning | ||
|
||
release: | ||
|
@@ -90,22 +90,22 @@ jobs: | |
- calculate_version | ||
- test | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
latest_tag: ${{ needs.calculate_version.outputs.latest_tag }} | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
token: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
java_version: ${{ inputs.java_version }} | ||
java_distribution: ${{ inputs.java_distribution }} | ||
- name: Set version | ||
shell: bash | ||
run: | | ||
sed -i -E "s/^([ \t]*version[ \t]*=[ \t]*)[\"'].*[\"']/\1\"${{ needs.calculate_version.outputs.next_version }}\"/g" build.gradle | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
ghcr_username: ${{ github.actor }} | ||
ghcr_password: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
|
@@ -123,7 +123,7 @@ jobs: | |
${{ startsWith(github.ref, 'refs/heads/release-') && needs.calculate_version.outputs.is_latest == 'true' && format('{0}:{1}', env.IMAGE_NAME, 'latest') || ''}} | ||
${{ startsWith(github.ref, 'refs/heads/release-') && needs.calculate_version.outputs.is_latest == 'true' && format('{0}/{1}:{2}', 'ghcr.io', env.IMAGE_NAME, 'latest') || ''}} | ||
- uses: gradle/actions/dependency-submission@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1 | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
tag_version: ${{ needs.calculate_version.outputs.next_version }} | ||
changelog_file: "/tmp/my_changelog" # comes from generate_release_notes step; TODO: beautify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
java_version: ${{ inputs.java_version }} | ||
java_distribution: ${{ inputs.java_distribution }} | ||
|
@@ -69,7 +69,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
java_version: ${{ inputs.java_version }} | ||
java_distribution: ${{ inputs.java_distribution }} | ||
|
@@ -87,9 +87,11 @@ jobs: | |
with: | ||
lfs: true | ||
- uses: oss-review-toolkit/ort-ci-github-action@9acdf1e56f1b42972b12274ae56c35bf70a5f65b # v1.0.1 | ||
env: | ||
CONTINUE_ON_ERROR: ${{ inputs.bypass_checks || inputs.bypass_ort }} # Hack to use the input below as a boolean | ||
with: | ||
image: "ghcr.io/oss-review-toolkit/ort:${{ inputs.ort_version }}" | ||
allow-dynamic-versions: "true" | ||
fail-on: "violations" | ||
ort-cli-args: "-P ort.forceOverwrite=true --stacktrace -P ort.analyzer.enabledPackageManagers=Gradle" | ||
continue-on-error: ${{ inputs.bypass_checks || inputs.bypass_ort }} | ||
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
image_name: ghcr.io/${{ env.IMAGE_NAME }} | ||
image_tag: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ jobs: | |
is_latest: ${{ steps.semantic_versioning.outputs.is_latest }} | ||
latest_tag: ${{ steps.semantic_versioning.outputs.latest_tag }} | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
id: semantic_versioning | ||
|
||
release: | ||
|
@@ -99,14 +99,14 @@ jobs: | |
- calculate_version | ||
- test | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
latest_tag: ${{ needs.calculate_version.outputs.latest_tag }} | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
token: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
node_version: ${{ inputs.node_version }} | ||
clean_install: true | ||
|
@@ -115,7 +115,7 @@ jobs: | |
shell: bash | ||
run: | | ||
npm version ${{ needs.calculate_version.outputs.next_version }} --no-git-tag-version || true # upstream branch may already be updated | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
ghcr_username: ${{ github.actor }} | ||
ghcr_password: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
|
@@ -155,7 +155,7 @@ jobs: | |
IS_LATEST: ${{ needs.calculate_version.outputs.is_latest == 'true' }} | ||
IS_DEVELOPMENT_BRANCH: ${{ github.ref == 'refs/heads/development' }} | ||
IS_RELEASE_BRANCH: ${{ startsWith(github.ref, 'refs/heads/release-') }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
tag_version: ${{ needs.calculate_version.outputs.next_version }} | ||
changelog_file: "/tmp/my_changelog" # comes from generate_release_notes step; TODO: beautify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
node_version: ${{ inputs.node_version }} | ||
clean_install: "true" | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
node_version: ${{ inputs.node_version }} | ||
clean_install: "true" | ||
|
@@ -90,7 +90,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
node_version: ${{ inputs.node_version }} | ||
clean_install: "true" | ||
|
@@ -108,9 +108,11 @@ jobs: | |
with: | ||
lfs: true | ||
- uses: oss-review-toolkit/ort-ci-github-action@9acdf1e56f1b42972b12274ae56c35bf70a5f65b # v1.0.1 | ||
env: | ||
CONTINUE_ON_ERROR: ${{ inputs.bypass_checks || inputs.bypass_ort }} # Hack to use the input below as a boolean | ||
with: | ||
image: "ghcr.io/oss-review-toolkit/ort:${{ inputs.ort_version }}" | ||
allow-dynamic-versions: "true" | ||
fail-on: "violations" | ||
ort-cli-args: "-P ort.forceOverwrite=true --stacktrace -P ort.analyzer.enabledPackageManagers=NPM" | ||
continue-on-error: ${{ inputs.bypass_checks || inputs.bypass_ort }} | ||
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
image_name: ghcr.io/${{ env.IMAGE_NAME }} | ||
image_tag: test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
is_latest: ${{ steps.semantic_versioning.outputs.is_latest }} | ||
latest_tag: ${{ steps.semantic_versioning.outputs.latest_tag }} | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
id: semantic_versioning | ||
|
||
release: | ||
|
@@ -86,7 +86,7 @@ jobs: | |
- calculate_version | ||
- test | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
latest_tag: ${{ needs.calculate_version.outputs.latest_tag }} | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
@@ -97,7 +97,7 @@ jobs: | |
shell: bash | ||
run: | | ||
sed -i "s/^version = .*/version = \"${{ needs.calculate_version.outputs.non_semver_next_version }}\"/g" pyproject.toml | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
ghcr_username: ${{ github.actor }} | ||
ghcr_password: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
|
@@ -114,7 +114,7 @@ jobs: | |
${{ github.ref == 'refs/heads/development' && format('{0}/{1}:{2}', 'ghcr.io', env.IMAGE_NAME, 'development') || ''}} | ||
${{ startsWith(github.ref, 'refs/heads/release-') && needs.calculate_version.outputs.is_latest == 'true' && format('{0}:{1}', env.IMAGE_NAME, 'latest') || ''}} | ||
${{ startsWith(github.ref, 'refs/heads/release-') && needs.calculate_version.outputs.is_latest == 'true' && format('{0}/{1}:{2}', 'ghcr.io', env.IMAGE_NAME, 'latest') || ''}} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
tag_version: ${{ needs.calculate_version.outputs.next_version }} | ||
changelog_file: "/tmp/my_changelog" # comes from generate_release_notes step; TODO: beautify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
python_version: ${{ inputs.python_version }} | ||
- name: Test | ||
|
@@ -64,7 +64,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
python_version: ${{ inputs.python_version }} | ||
- name: Test | ||
|
@@ -81,9 +81,11 @@ jobs: | |
with: | ||
lfs: true | ||
- uses: oss-review-toolkit/ort-ci-github-action@9acdf1e56f1b42972b12274ae56c35bf70a5f65b # v1.0.1 | ||
env: | ||
CONTINUE_ON_ERROR: ${{ inputs.bypass_checks || inputs.bypass_ort }} # Hack to use the input below as a boolean | ||
with: | ||
image: "ghcr.io/oss-review-toolkit/ort:${{ inputs.ort_version }}" | ||
allow-dynamic-versions: "true" | ||
fail-on: "violations" | ||
ort-cli-args: "-P ort.forceOverwrite=true --stacktrace -P ort.analyzer.enabledPackageManagers=Poetry" | ||
continue-on-error: ${{ inputs.bypass_checks || inputs.bypass_ort }} | ||
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
python_version: ${{ inputs.python_version }} | ||
- run: make build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ jobs: | |
non_semver_next_version: ${{ steps.semantic_versioning.outputs.non_semver_next_version }} | ||
latest_tag: ${{ steps.semantic_versioning.outputs.latest_tag }} | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
id: semantic_versioning | ||
|
||
release: | ||
|
@@ -88,14 +88,14 @@ jobs: | |
- calculate_version | ||
- test | ||
steps: | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
latest_tag: ${{ needs.calculate_version.outputs.latest_tag }} | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
lfs: true | ||
token: ${{ secrets.ACTIONS_BOT_TOKEN }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
python_version: ${{ inputs.python_version }} | ||
- name: Set version | ||
|
@@ -109,7 +109,7 @@ jobs: | |
make publish | ||
env: | ||
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} | ||
- uses: epam/ai-dial-ci/actions/[email protected].0 | ||
- uses: epam/ai-dial-ci/actions/[email protected].1 | ||
with: | ||
tag_version: ${{ needs.calculate_version.outputs.non_semver_next_version }} | ||
changelog_file: "/tmp/my_changelog" # comes from generate_release_notes step; TODO: beautify | ||
|
Oops, something went wrong.