Skip to content

fix: seed exception context does not survive being thrown (#115) #45

fix: seed exception context does not survive being thrown (#115)

fix: seed exception context does not survive being thrown (#115) #45

Workflow file for this run

name: Release
on:
push:
branches:
- main
- rc/*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- id: token
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}
- id: release
uses: cycjimmy/semantic-release-action@v6.0.0
with:
extra_plugins: |
semantic-release-stack-upload
env:
FORCE_COLOR: 1
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
STACK_YAML: stack-lts12.yaml