Files
craftlabs-authorization-sdk/.github/workflows/release.yml
T
dependabot[bot] e9fdb5fec0 build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-09 08:18:45 +00:00

17 lines
327 B
YAML

name: release
on:
push:
tags:
- "v*.*.*"
jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Tag pushed
run: |
echo "Release workflow placeholder — attach native ZIP & Maven publish in later milestone."
echo "Ref ${GITHUB_REF}"