Skip to content

fix: targetCommitish now compares commits, not commitish #9

fix: targetCommitish now compares commits, not commitish

fix: targetCommitish now compares commits, not commitish #9

Workflow file for this run

name: E2E
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
e2e-default:
runs-on: ubuntu-20.04
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Test Run
id: test-run
uses: ./
with:
release_version_regexp: '^test-v?(?<major>[0-9]+)\.(?<minor>[0-9]+)\.(?<patch>[0-9]+).*$'
- name: Assert placeholder
uses: nick-fields/assert-action@v2
with:
actual: ${{ steps.test-run.outputs.version }}
expected: "v1.3.0"