refactor: add name of flow

This commit is contained in:
mashal-m
2023-02-25 00:22:32 +05:00
parent 5357b87c7c
commit 96373856ff

View File

@@ -13,14 +13,6 @@ jobs:
matrix:
node: [16, 18]
steps:
name: Release Preview
- run: npx semantic-release --dry-run
id: get-next-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
outputs:
new-release-published: ${{ steps.get-next-version.outputs.new-release-published }}
new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}
- name: Checkout
uses: actions/checkout@v3
with:
@@ -42,4 +34,11 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3
run: npx semantic-release --dry-run
id: get-next-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
outputs:
new-release-published: ${{ steps.get-next-version.outputs.new-release-published }}
new-release-version: ${{ steps.get-next-version.outputs.new-release-version }}