Skip to content

npm(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.6.0 #174

npm(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.6.0

npm(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.6.0 #174

---

Check failure on line 1 in .github/workflows/promote-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/promote-release.yaml

Invalid workflow file

you may only define one of `tags` and `tags-ignore` for a single event
on:
push:
tags:
- '**'
tags-ignore:
- 'v**'
name: promote release
jobs:
promote:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Get the artifacts name of workflow test-get
uses: ./
id: artifacts
with:
url: https://artifacts.scality.net
user: ${{ secrets.ARTIFACTS_USER }}
password: ${{ secrets.ARTIFACTS_PASSWORD }}
workflow-name: test-get
method: get
- name: Artifacts Promote
uses: ./
with:
url: https://artifacts.scality.net
user: ${{ secrets.ARTIFACTS_USER }}
password: ${{ secrets.ARTIFACTS_PASSWORD }}
name: ${{ steps.artifacts.outputs.name }}
tag: '${{ github.ref_name }}'
method: promote