Skip to content

Commit

Permalink
ci: use release-that v1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Jan 1, 2022
1 parent 5ad5eff commit e4973be
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/git-commit-data-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: git-commit-data-action
on: push
jobs:
git-commit-data-action-script-testing:
script-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -12,12 +12,8 @@ jobs:
- uses: docker://ffurrer/bats:latest
with:
args: "--recursive ."
- name: Release this GitHub Action
uses: rlespinasse/[email protected]
with:
without-prefix: true

git-commit-data-action-os-testing:
os-testing:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -46,11 +42,11 @@ jobs:
git-commit-data-action-release:
runs-on: ubuntu-latest
needs:
- git-commit-data-action-script-testing
- git-commit-data-action-os-testing
- script-testing
- os-testing
steps:
- uses: actions/checkout@v2
- name: Release this GitHub Action
uses: rlespinasse/release-that@v1.x
uses: rlespinasse/release-that@v1
with:
without-prefix: true

0 comments on commit e4973be

Please sign in to comment.