diff --git a/.github/workflows/change_api_version.yml b/.github/workflows/change_api_version.yml index 7457a7fc..8e20f3d7 100644 --- a/.github/workflows/change_api_version.yml +++ b/.github/workflows/change_api_version.yml @@ -8,11 +8,8 @@ jobs: test-update-file: runs-on: ubuntu-latest steps: - - name: Update api_version.yaml + - name: Update api_version.yml uses: EGA-archive/beacon2-ri-api@spanish-beacon with: - type: 'single' - files: "./beacon/api_version.yml" - elementSTR: "['api_version']" - replace: "." - replaceFor: "-" \ No newline at end of file + infile: beacon/api_version.yml + varlist: 'image.tag=v1.2.3' \ No newline at end of file