Merge pull request #355 from pixlise/feature/em-import #262
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Core Release | |
on: | |
push: | |
tags: | |
- '*' | |
env: | |
REGISTRY: ghcr.io | |
IMAGE_NAME: ${{ github.repository }} | |
jobs: | |
release: | |
uses: ./.github/workflows/main.yml | |
with: | |
version_format: '${major}.${minor}.${patch}' | |
secrets: inherit |