Skip to content

ci: enable semantic-release #14

ci: enable semantic-release

ci: enable semantic-release #14

Workflow file for this run

name: Test this action
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} seems to be working
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} from a merge key seems to be working
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} from an anchor seems to be working