Skip to content

Merge pull request #101 from chrhansk/hotfix-display-output #194

Merge pull request #101 from chrhansk/hotfix-display-output

Merge pull request #101 from chrhansk/hotfix-display-output #194

Workflow file for this run

name: package
on:
push:
branches: [ "main" ]
jobs:
test:
uses: ./.github/workflows/test.yml
tag:
permissions:
contents: write
uses: ./.github/workflows/tag_release.yml
secrets: inherit
needs: [test]
deploy:
permissions:
contents: write
uses: ./.github/workflows/publish.yml
secrets: inherit
needs: [test, tag]